mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
[rating-bar] changes on cursor
This commit is contained in:
parent
b76463634b
commit
763ca4d328
1 changed files with 9 additions and 0 deletions
|
|
@ -26,6 +26,15 @@ $button-radius: 2px;
|
|||
> .md-icon {
|
||||
margin: 0;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
> .back-stars, > .front-stars {
|
||||
> .md-icon {
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue