Commit 70c7b556bb9ca4c7491b428c275b6d70afc42ac1

Authored by 梁灏
1 parent 1d247d20

update Rate style

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
src/styles/components/rate.less
... ... @@ -51,9 +51,9 @@
51 51 &:hover {
52 52 transform: scale(1.1);
53 53  
54   - &-star-first, &-star-second {
55   - color: @rate-star-color;
56   - }
  54 + //&-star-first, &-star-second {
  55 + // color: @rate-star-color;
  56 + //}
57 57 }
58 58 }
59 59 &-star-chart&-star-full &-star-first, &-star-chart&-star-full &-star-second{
... ...