mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
[rating-bar] fix background
This commit is contained in:
parent
763ca4d328
commit
f4a60c6863
1 changed files with 6 additions and 9 deletions
|
|
@ -13,15 +13,6 @@ $button-radius: 2px;
|
|||
display: inherit;
|
||||
}
|
||||
|
||||
> .back-stars {
|
||||
&:not([disabled]) {
|
||||
&:hover{
|
||||
background-color: rgba(#999, .2);
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
> .back-stars, > .front-stars {
|
||||
> .md-icon {
|
||||
margin: 0;
|
||||
|
|
@ -30,6 +21,12 @@ $button-radius: 2px;
|
|||
}
|
||||
}
|
||||
|
||||
&:not([disabled]) {
|
||||
&:hover{
|
||||
background-color: rgba(#999, .2);
|
||||
}
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
> .back-stars, > .front-stars {
|
||||
> .md-icon {
|
||||
|
|
|
|||
Loading…
Reference in a new issue