mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix an issue where context menu is open along with submenu and the focus is not on context menu or submenu. Fixes #4991.
This commit is contained in:
committed by
Akshay Joshi
parent
b9c7a9e887
commit
f901eeeb4a
@@ -271,7 +271,7 @@
|
||||
background-color: $dropdown-bg;
|
||||
}
|
||||
|
||||
.wcMenuItemHover, .wcMenuItem:hover, .context-menu-item:not(.context-menu-not-selectable).hover, .context-menu-item:not(.context-menu-not-selectable):hover {
|
||||
.wcMenuItemHover, .wcMenuItem:hover, .context-menu-item:not(.context-menu-not-selectable).hover, .context-menu-item:not(.context-menu-not-selectable):hover, .context-menu-hover {
|
||||
color: $dropdown-link-hover-color;
|
||||
background-color: $dropdown-link-hover-bg !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user