Xinni Ge 8f7db83c5c Supplement other js/css files
Keep consistency with npm bower package v1.1.5,
with all minified files removed.
https://github.com/angular/bower-material/releases/tag/v1.1.5

Change-Id: I28f8b7f40452945f8ce322169d3f9acc99acb79a
2018-06-07 10:13:31 +09:00

36 lines
1.3 KiB
CSS
Executable File

/*!
* AngularJS Material Design
* https://github.com/angular/material
* @license MIT
* v1.1.5
*/
md-menu-bar.md-THEME_NAME-theme > button.md-button {
color: '{{foreground-2}}';
border-radius: 2px; }
md-menu-bar.md-THEME_NAME-theme md-menu.md-open > button, md-menu-bar.md-THEME_NAME-theme md-menu > button:focus {
outline: none;
background: '{{background-200}}'; }
md-menu-bar.md-THEME_NAME-theme.md-open:not(.md-keyboard-mode) md-menu:hover > button {
background-color: '{{ background-500-0.2}}'; }
md-menu-bar.md-THEME_NAME-theme:not(.md-keyboard-mode):not(.md-open) md-menu button:hover,
md-menu-bar.md-THEME_NAME-theme:not(.md-keyboard-mode):not(.md-open) md-menu button:focus {
background: transparent; }
md-menu-content.md-THEME_NAME-theme .md-menu > .md-button:after {
color: '{{background-A200-0.54}}'; }
md-menu-content.md-THEME_NAME-theme .md-menu.md-open > .md-button {
background-color: '{{ background-500-0.2}}'; }
md-toolbar.md-THEME_NAME-theme.md-menu-toolbar {
background-color: '{{background-A100}}';
color: '{{background-A200}}'; }
md-toolbar.md-THEME_NAME-theme.md-menu-toolbar md-toolbar-filler {
background-color: '{{primary-color}}';
color: '{{background-A100-0.87}}'; }
md-toolbar.md-THEME_NAME-theme.md-menu-toolbar md-toolbar-filler md-icon {
color: '{{background-A100-0.87}}'; }