vue-material/src/components/mdButtonToggle/mdButtonToggle.scss

15 lines
279 B
SCSS
Raw Normal View History

@import '../../core/stylesheets/variables.scss';
2016-07-18 16:00:51 +00:00
.md-button-toggle {
.md-button:not([disabled]) {
color: rgba(#000, .54);
&:hover:not(.md-toggle) {
&:not(.md-raised) {
background-color: rgba(#999, .2);
text-decoration: none;
}
}
}
}