mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-06 02:59:48 +00:00
Merge pull request #1388 from GNS3/bugfix/1381
Highlight the current menu item in dropdown menu on mouse over
This commit is contained in:
commit
fcfcb7566d
@ -382,6 +382,9 @@ g.node text,
|
|||||||
.context-menu-items .mat-menu-item:focus {
|
.context-menu-items .mat-menu-item:focus {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
.light-theme .context-menu-items .mat-menu-item:hover {
|
||||||
|
background-color: rgba(153, 152, 152, 0.795) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.visible {
|
.visible {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user