Skip to content

Commit

Permalink
fix(menu): md-menu panel theme supports dark mode (angular#11230)
Browse files Browse the repository at this point in the history
  • Loading branch information
rudzikdawid authored and andrewseguin committed Apr 23, 2018
1 parent f926c96 commit ef14194
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}}';

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 ef14194

Please sign in to comment.