From 88ce5f3d1d5ef2931e9a3e056158d8cb5cf3c08e Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 21 Mar 2020 15:29:37 -0700 Subject: [PATCH] Change active button hover color --- fedireads/static/format.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/fedireads/static/format.css b/fedireads/static/format.css index cd7ebcaf..7b883750 100644 --- a/fedireads/static/format.css +++ b/fedireads/static/format.css @@ -474,9 +474,6 @@ blockquote .icon-quote-open { box-shadow: #247BA0 0em 0em 1em 0em; color: #247BA0; } -.interaction .active button:hover .icon { - color: #888; -} .interaction button { background: white; height: 2em;