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

make star icon yellow

parent 75f234ab
No related merge requests found
......@@ -208,6 +208,10 @@ a {
margin: 0 auto;
}
.mat-menu-item .mat-icon-no-color {
color: var(--on-dialog);
}
.star {
color: gold !important;
}
......@@ -28,7 +28,3 @@ a {
background-color: var(--dialog) !important;
color: var(--on-dialog) !important;
}
.mat-menu-panel .mat-icon {
color: var(--on-dialog) !important;
}
......@@ -24,7 +24,3 @@ $purple-theme: mat-light-theme($purple-primary, $purple-accent, $purple-warn);
background-color: var(--dialog) !important;
color: var(--on-dialog) !important;
}
.mat-menu-panel .mat-icon {
color: var(--on-dialog) !important;
}
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