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 -------- p/themes/Flat/flat.rtl.css | 8 -------- p/themes/Pafat/pafat.css | 4 ++-- p/themes/Pafat/pafat.rtl.css | 4 ++-- p/themes/base-theme/frss.css | 2 +- p/themes/base-theme/frss.rtl.css | 2 +- 6 files changed, 6 insertions(+), 22 deletions(-) (limited to 'p') 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; diff --git a/p/themes/Flat/flat.rtl.css b/p/themes/Flat/flat.rtl.css index ae823acfc..92d460c65 100644 --- a/p/themes/Flat/flat.rtl.css +++ b/p/themes/Flat/flat.rtl.css @@ -744,10 +744,6 @@ a.btn { background: #fff3ed; } -.flux.not_read:not(.current):hover .item.title { - background: inherit; -} - .flux.favorite { border-right-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; diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index 0548947ae..7f1b85de3 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -766,8 +766,8 @@ a.signin { background: #fff6da; } -.flux.favorite:not(.current):hover .item.title { - background: #fff6da; +.flux.favorite:not(.current) .flux_header:hover { + background: #fff9e8; } .flux_header { diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index 50f698244..c8b7171f4 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -766,8 +766,8 @@ a.signin { background: #fff6da; } -.flux.favorite:not(.current):hover .item.title { - background: #fff6da; +.flux.favorite:not(.current) .flux_header:hover { + background: #fff9e8; } .flux_header { diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index f5aaea902..190fbcb15 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -1177,7 +1177,7 @@ a.website:hover .favicon { } .flux:not(.current):hover .item.title { - background-color: var(--frss-background-color); + background-color: inherit; max-width: calc(100% - 320px); position: absolute; } diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index d3fdf4a02..a522ad59e 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -1177,7 +1177,7 @@ a.website:hover .favicon { } .flux:not(.current):hover .item.title { - background-color: var(--frss-background-color); + background-color: inherit; max-width: calc(100% - 320px); position: absolute; } -- cgit v1.2.3