diff --git a/src/app/cartography/widgets/node.ts b/src/app/cartography/widgets/node.ts index b554a3a9..0273169b 100644 --- a/src/app/cartography/widgets/node.ts +++ b/src/app/cartography/widgets/node.ts @@ -103,8 +103,6 @@ export class NodeWidget implements Widget { }) .on('mouseover', function (this, n: MapNode) { select(this).attr('class', 'over'); - // self.onContextMenu.emit(new NodeContextMenu(event, n)); - }) .on('mouseout', function (this, n: MapNode) { select(this).attr('class', ''); diff --git a/src/app/components/project-map/project-map.component.scss b/src/app/components/project-map/project-map.component.scss index 4ebf87ce..dacbf3c9 100644 --- a/src/app/components/project-map/project-map.component.scss +++ b/src/app/components/project-map/project-map.component.scss @@ -382,8 +382,8 @@ g.node text, .context-menu-items .mat-menu-item:focus { background: none; } -.context-menu-items .mat-menu-item:hover { - background-color: rgba(160, 156, 156, 0.795) !important; +.light-theme .context-menu-items .mat-menu-item:hover { + background-color: rgba(153, 152, 152, 0.795) !important; } .visible {