Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(menu): md-menu panel theme supports dark mode
Browse files Browse the repository at this point in the history
Closes #11199
  • Loading branch information
rudzikdawid committed Apr 11, 2018
1 parent aba7b2b commit a113b9d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/menu/menu-theme.scss
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
md-menu-content.md-THEME_NAME-theme {
background-color: '{{background-A100}}';
background-color: '{{background-hue-1}}';

md-menu-item {
color: '{{background-A200-0.87}}';
color: '{{foreground-1-0.87}}';

md-icon {
color: '{{background-A200-0.54}}';
color: '{{foreground-2}}';
}

.md-button[disabled] {
color: '{{background-A200-0.25}}';
color: '{{foreground-3}}';

md-icon {
color: '{{background-A200-0.25}}';
color: '{{foreground-3}}';
}
}

}

md-menu-divider {
background-color: '{{background-A200-0.11}}';
background-color: '{{foreground-4}}';
}
}

0 comments on commit a113b9d

Please sign in to comment.