diff options
| author | 2022-11-23 22:22:01 +0100 | |
|---|---|---|
| committer | 2022-11-23 22:22:01 +0100 | |
| commit | 1184c20467c34ba4457f36e554c5b7a4d3226f85 (patch) | |
| tree | 61d249331f1c14d68350ceed06cc997351ab92fe /p/themes/Flat/flat.css | |
| parent | 18a4ade32f01fe615674efc864eb01ca826ce65e (diff) | |
fixed: background hover colour (#4889)
Diffstat (limited to 'p/themes/Flat/flat.css')
| -rw-r--r-- | p/themes/Flat/flat.css | 8 |
1 files changed, 0 insertions, 8 deletions
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; |
