From 926eb7646fd3f886f6b6602c713a372ebe4ee799 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 10 Sep 2021 15:03:01 -0700 Subject: [PATCH] Removes duplicate selector --- bookwyrm/static/css/bookwyrm.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bookwyrm/static/css/bookwyrm.css b/bookwyrm/static/css/bookwyrm.css index b01cba5f..872e89b1 100644 --- a/bookwyrm/static/css/bookwyrm.css +++ b/bookwyrm/static/css/bookwyrm.css @@ -190,11 +190,6 @@ body { content: '\e9d7'; /* icon-star-empty */ } -/* Icons directly following inputs that follow the checked input are emptied. */ -.form-rate-stars input:checked ~ input + .icon::before { - content: '\e9d7'; /* icon-star-empty */ -} - /* When a label is hovered, repeat the fill-all-then-empty-following pattern. */ .form-rate-stars:hover .icon.icon::before { content: '\e9d9' !important; /* icon-star-full */