diff --git a/src/app/components/project-map/project-map.component.scss b/src/app/components/project-map/project-map.component.scss index 066585d6..dacbf3c9 100644 --- a/src/app/components/project-map/project-map.component.scss +++ b/src/app/components/project-map/project-map.component.scss @@ -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;