mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-22 22:05:50 +00:00
14 lines
267 B
SCSS
14 lines
267 B
SCSS
@import '../../core/variables.scss';
|
|
|
|
.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;
|
|
}
|
|
}
|
|
}
|
|
}
|