From 255c69b8677704048f62a5d680b0d20089d9f42d Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 5 Jun 2025 19:35:01 +0300 Subject: [PATCH] style(client): fix dropdown selection color --- apps/client/src/stylesheets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index b1b9ee921..be4cdec6e 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -24,7 +24,7 @@ --bs-body-font-family: var(--main-font-family) !important; --bs-body-font-weight: var(--main-font-weight) !important; --bs-body-color: var(--main-text-color) !important; - --bs-body-bg: var(--main-background-color) !important; + --bs-body-bg: var(--main-background-color) !important; } .table { @@ -326,6 +326,7 @@ button kbd { user-select: none; -webkit-user-select: none; --bs-dropdown-zindex: 999; + --bs-dropdown-link-active-bg: var(--active-item-background-color) !important; } body.desktop .dropdown-menu {