Skip to content
Snippets Groups Projects
Commit 048b2ac2 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4540 Fix dark background for menus

parent d2ca4df0
Branches
Tags
No related merge requests found
...@@ -97,5 +97,5 @@ ...@@ -97,5 +97,5 @@
} }
:host-context(.dark) .mat-expansion-panel { :host-context(.dark) .mat-expansion-panel {
background: $darkBackgroundExpansionPanelLike; background-color: $darkBackgroundExpansionPanelLike;
} }
...@@ -5,6 +5,12 @@ ...@@ -5,6 +5,12 @@
background-color: $background; background-color: $background;
} }
body.dark {
.mat-mdc-menu-panel.mat-mdc-menu-panel {
background-color: $darkBackgroundExpansionPanelLike;
}
}
goofy-client-help-menu { goofy-client-help-menu {
.mat-mdc-fab { .mat-mdc-fab {
box-shadow: none !important; box-shadow: none !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment