From 1184c20467c34ba4457f36e554c5b7a4d3226f85 Mon Sep 17 00:00:00 2001 From: maTh Date: Wed, 23 Nov 2022 22:22:01 +0100 Subject: fixed: background hover colour (#4889) --- p/themes/Flat/flat.css | 8 -------- 1 file changed, 8 deletions(-) (limited to 'p/themes/Flat/flat.css') diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index 4a4028db7..7029fd7e7 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -744,10 +744,6 @@ a.btn { background: #fff3ed; } -.flux.not_read:not(.current):hover .item.title { - background: inherit; -} - .flux.favorite { border-left-color: #ffc300; } @@ -756,10 +752,6 @@ a.btn { background: #fff6da; } -.flux.favorite:not(.current):hover .item.title { - background: #fff6da; -} - .flux_header { font-size: 0.8rem; cursor: pointer; -- cgit v1.2.3