mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-05 18:49:54 +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 {
|
||||
background: none;
|
||||
}
|
||||
.light-theme .context-menu-items .mat-menu-item:hover {
|
||||
background-color: rgba(153, 152, 152, 0.795) !important;
|
||||
}
|
||||
|
||||
.visible {
|
||||
display: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user