mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-22 14:01:52 +00:00
15 lines
267 B
SCSS
15 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;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|