From e3a0d236ae86d9a8b3cf24a47eaf8c0f262c955e Mon Sep 17 00:00:00 2001 From: Rebeka Date: Wed, 3 May 2023 13:33:36 +0200 Subject: [PATCH] fix: color should be persisted on the disabled menu item when hovering over it GitOrigin-RevId: e594388b36de986c02114aa652f6fe9c9d705c5d --- services/web/frontend/stylesheets/components/dropdowns.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/web/frontend/stylesheets/components/dropdowns.less b/services/web/frontend/stylesheets/components/dropdowns.less index 0bf1a63d34..23b17db79a 100755 --- a/services/web/frontend/stylesheets/components/dropdowns.less +++ b/services/web/frontend/stylesheets/components/dropdowns.less @@ -147,6 +147,9 @@ button.dropdown-toggle.dropdown-toggle-no-background { &:hover, &:focus { color: @dropdown-link-disabled-color; + div { + color: @dropdown-link-disabled-color; + } } } // Nuke hover/focus effects