Skip to content

Commit 9c906f0

Browse files
committed
Codacy fix
1 parent 0e5b467 commit 9c906f0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

plugins/star-rating/frontend/public/stylesheets/ratings.scss

+10-10
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@
5656

5757
&__step {
5858
&__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-
color: #333c48;
68-
}
59+
.el-checkbox__label {
60+
padding-left: 8px;
61+
62+
&:hover {
63+
color: #333c48;
6964
}
65+
}
66+
67+
.el-checkbox__input.is-checked + .el-checkbox__label {
68+
color: #333c48;
69+
}
7070
}
7171
}
7272

0 commit comments

Comments
 (0)