mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-11 09:45:27 +00:00
how to disable linter complaint??
This commit is contained in:
parent
da5003c45e
commit
3fdbd3035a
1 changed files with 0 additions and 3 deletions
|
@ -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 */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue