[rating-bar] fix background

This commit is contained in:
Laercio Santana 2017-03-18 11:53:10 -03:00
parent 763ca4d328
commit f4a60c6863

View file

@ -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 {