Merge pull request #1388 from GNS3/bugfix/1381

Highlight the current menu item in dropdown menu on mouse over
This commit is contained in:
Jeremy Grossmann 2022-08-22 12:57:22 +02:00 committed by GitHub
commit fcfcb7566d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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