Skip to content

Commit

Permalink
fix(rating): partial rating specificity
Browse files Browse the repository at this point in the history
Unfortunately the last fix for partial rating #2023 hasn't got enough specificity to work properly, which this PR fixes
  • Loading branch information
lubber-de authored Oct 13, 2022
1 parent c30ed51 commit f5a64f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/modules/rating.less
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
}

/* central override for colors */
.ui.ui.rating .icon.partial.active {
.ui.ui.ui.rating .icon.partial.active {
-webkit-background-clip: text;
background-clip: text;
color: transparent;
Expand Down

0 comments on commit f5a64f3

Please sign in to comment.