Skip to content

Commit f5a64f3

Browse files
authored
fix(rating): partial rating specificity
Unfortunately the last fix for partial rating #2023 hasn't got enough specificity to work properly, which this PR fixes
1 parent c30ed51 commit f5a64f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/definitions/modules/rating.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
}
7777

7878
/* central override for colors */
79-
.ui.ui.rating .icon.partial.active {
79+
.ui.ui.ui.rating .icon.partial.active {
8080
-webkit-background-clip: text;
8181
background-clip: text;
8282
color: transparent;

0 commit comments

Comments
 (0)