how to disable linter complaint??
This commit is contained in:
@ -186,13 +186,11 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Icons directly following inputs that follow the checked input are emptied. */
|
/* Icons directly following inputs that follow the checked input are emptied. */
|
||||||
/* stylelint-disable no-descending-specificity */
|
|
||||||
.form-rate-stars input:checked ~ input + .icon::before {
|
.form-rate-stars input:checked ~ input + .icon::before {
|
||||||
content: '\e9d7'; /* icon-star-empty */
|
content: '\e9d7'; /* icon-star-empty */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Icons directly following inputs that follow the checked input are emptied. */
|
/* Icons directly following inputs that follow the checked input are emptied. */
|
||||||
/* stylelint-disable no-descending-specificity */
|
|
||||||
.form-rate-stars input:checked ~ input + .icon::before {
|
.form-rate-stars input:checked ~ input + .icon::before {
|
||||||
content: '\e9d7'; /* icon-star-empty */
|
content: '\e9d7'; /* icon-star-empty */
|
||||||
}
|
}
|
||||||
@ -202,7 +200,6 @@ body {
|
|||||||
content: '\e9d9' !important; /* icon-star-full */
|
content: '\e9d9' !important; /* icon-star-full */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* stylelint-disable no-descending-specificity */
|
|
||||||
.form-rate-stars .icon:hover ~ .icon::before {
|
.form-rate-stars .icon:hover ~ .icon::before {
|
||||||
content: '\e9d7' !important; /* icon-star-empty */
|
content: '\e9d7' !important; /* icon-star-empty */
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user