Browse Source

fix: rate hover color

pull/1322/head
afc163 9 years ago
parent
commit
08309605c5
  1. 6
      style/components/rate.less

6
style/components/rate.less

@ -35,7 +35,6 @@
&:hover {
transform: scale(1.1);
color: tint(@rate-star-color, 20%);
}
&:before,
@ -63,6 +62,11 @@
&-full:before {
color: @rate-star-color;
}
&-half:hover &-content:before,
&-full:hover:before {
color: tint(@rate-star-color, 20%);
}
}
&-text {

Loading…
Cancel
Save