From 3fdbd3035a428d90bd473957cb816bc513bb8254 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 10 Sep 2021 14:58:08 -0700 Subject: [PATCH] how to disable linter complaint?? --- bookwyrm/static/css/bookwyrm.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/bookwyrm/static/css/bookwyrm.css b/bookwyrm/static/css/bookwyrm.css index 000ab6ca..b01cba5f 100644 --- a/bookwyrm/static/css/bookwyrm.css +++ b/bookwyrm/static/css/bookwyrm.css @@ -186,13 +186,11 @@ body { } /* Icons directly following inputs that follow the checked input are emptied. */ -/* stylelint-disable no-descending-specificity */ .form-rate-stars input:checked ~ input + .icon::before { content: '\e9d7'; /* icon-star-empty */ } /* Icons directly following inputs that follow the checked input are emptied. */ -/* stylelint-disable no-descending-specificity */ .form-rate-stars input:checked ~ input + .icon::before { content: '\e9d7'; /* icon-star-empty */ } @@ -202,7 +200,6 @@ body { content: '\e9d9' !important; /* icon-star-full */ } -/* stylelint-disable no-descending-specificity */ .form-rate-stars .icon:hover ~ .icon::before { content: '\e9d7' !important; /* icon-star-empty */ }