We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5b467 commit 9c906f0Copy full SHA for 9c906f0
plugins/star-rating/frontend/public/stylesheets/ratings.scss
@@ -56,17 +56,17 @@
56
57
&__step {
58
&__consent-wrapper {
59
- .el-checkbox__input.is-checked + .el-checkbox__label {
60
- color: #333c48;
61
- }
62
-
63
- .el-checkbox__label {
64
- padding-left: 8px;
65
66
- &:hover {
67
68
+ .el-checkbox__label {
+ padding-left: 8px;
+
+ &:hover {
+ color: #333c48;
69
}
+ }
+ .el-checkbox__input.is-checked + .el-checkbox__label {
70
71
72
0 commit comments