Skip to content
Snippets Groups Projects
Commit 716c02ee authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

get hover colors right

parent 55c296ec
No related merge requests found
...@@ -144,12 +144,12 @@ svg { ...@@ -144,12 +144,12 @@ svg {
} }
*:hover { *:hover {
color: var(--dialog) !important; color: var(--on-secondary) !important;
background-color: var(--on-dialog) !important; background-color: var(--secondary) !important;
mat-icon { mat-icon {
color: var(--dialog) !important; color: var(--on-secondary) !important;
background-color: var(--on-dialog) !important; background-color: var(--secondary) !important;
} }
} }
...@@ -166,8 +166,8 @@ h1 { ...@@ -166,8 +166,8 @@ h1 {
} }
::ng-deep #cdk-overlay-0 .mat-menu-content > button:hover mat-icon { ::ng-deep #cdk-overlay-0 .mat-menu-content > button:hover mat-icon {
color: var(--dialog) !important; color: white !important;
background-color: var(--on-dialog) !important; background-color: gray !important;
} }
.userActivityIcon { .userActivityIcon {
......
...@@ -30,8 +30,8 @@ a { ...@@ -30,8 +30,8 @@ a {
} }
.mat-menu-panel .mat-menu-item:hover { .mat-menu-panel .mat-menu-item:hover {
background-color: var(--on-dialog) !important; background-color: gray !important;
color: var(--dialog) !important; color: white !important;
} }
.mat-radio-outer-circle { .mat-radio-outer-circle {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment