style(client): fix dropdown selection color

This commit is contained in:
Elian Doran 2025-06-05 19:35:01 +03:00
parent f99a59359d
commit 255c69b867
No known key found for this signature in database

View File

@ -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 {