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

17 lines
307 B
SCSS
Raw Normal View History

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