Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 05f82c4

Browse files
author
Ravisanker E
committed
incorporating review comments
1 parent 2276e56 commit 05f82c4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

blocks/form/components/rating/rating.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ main .form .rating .star {
99
cursor: pointer;
1010
}
1111

12+
main .form .rating.disabled .star {
13+
cursor: not-allowed;
14+
}
15+
1216
main .form .rating .star.selected {
1317
color: #f8d053;
1418
}
@@ -17,6 +21,6 @@ main .form .rating:hover .star.hover {
1721
color: #ecba24;
1822
}
1923

20-
main .form .rating.disabled .star.selected {
24+
main .form .rating.disabled .star:not(.selected) {
2125
color: #ccc;
2226
}

0 commit comments

Comments
 (0)