From 8d7527dee3eb817edd9e286f3af88a1059c93a9b Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 3 Apr 2021 11:59:14 -0700 Subject: [PATCH] CSS linter fixes --- bookwyrm/static/css/format.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bookwyrm/static/css/format.css b/bookwyrm/static/css/format.css index 522c23f7d..1ca09d315 100644 --- a/bookwyrm/static/css/format.css +++ b/bookwyrm/static/css/format.css @@ -25,14 +25,13 @@ html { min-width: 75% !important; } - /* --- "disabled" for non-buttons --- */ .is-disabled { background-color: #dbdbdb; border-color: #dbdbdb; box-shadow: none; color: #7a7a7a; - opacity: .5; + opacity: 0.5; cursor: not-allowed; }