mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-01 23:10:47 +00:00
Resolve lighlight the current menu item in dropdown menu on mouse over only light theme
This commit is contained in:
parent
1d13862880
commit
6fe15bac9c
@ -103,8 +103,6 @@ export class NodeWidget implements Widget {
|
|||||||
})
|
})
|
||||||
.on('mouseover', function (this, n: MapNode) {
|
.on('mouseover', function (this, n: MapNode) {
|
||||||
select(this).attr('class', 'over');
|
select(this).attr('class', 'over');
|
||||||
// self.onContextMenu.emit(new NodeContextMenu(event, n));
|
|
||||||
|
|
||||||
})
|
})
|
||||||
.on('mouseout', function (this, n: MapNode) {
|
.on('mouseout', function (this, n: MapNode) {
|
||||||
select(this).attr('class', '');
|
select(this).attr('class', '');
|
||||||
|
@ -382,8 +382,8 @@ g.node text,
|
|||||||
.context-menu-items .mat-menu-item:focus {
|
.context-menu-items .mat-menu-item:focus {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
.context-menu-items .mat-menu-item:hover {
|
.light-theme .context-menu-items .mat-menu-item:hover {
|
||||||
background-color: rgba(160, 156, 156, 0.795) !important;
|
background-color: rgba(153, 152, 152, 0.795) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visible {
|
.visible {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user