UNPKG

angular-material

Version:

This repository publishes the AngularJS Material v1.x library and localized installs using `npm`. You can find the component source-code for this library in the [AngularJS Material repository](https://github.com/angular/material).

19 lines (18 loc) 704 B
/*! * AngularJS Material Design * https://github.com/angular/material * @license MIT * v1.2.1 */ md-menu-content.md-THEME_NAME-theme { background-color: '{{background-hue-1}}'; } md-menu-content.md-THEME_NAME-theme md-menu-item { color: '{{foreground-1}}'; } md-menu-content.md-THEME_NAME-theme md-menu-item md-icon { color: '{{foreground-2}}'; } md-menu-content.md-THEME_NAME-theme md-menu-item .md-button[disabled] { color: '{{foreground-3}}'; } md-menu-content.md-THEME_NAME-theme md-menu-item .md-button[disabled] md-icon { color: '{{foreground-3}}'; } md-menu-content.md-THEME_NAME-theme md-menu-divider { background-color: '{{foreground-4}}'; }