aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Flat
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-11-23 22:22:01 +0100
committerGravatar GitHub <noreply@github.com> 2022-11-23 22:22:01 +0100
commit1184c20467c34ba4457f36e554c5b7a4d3226f85 (patch)
tree61d249331f1c14d68350ceed06cc997351ab92fe /p/themes/Flat
parent18a4ade32f01fe615674efc864eb01ca826ce65e (diff)
fixed: background hover colour (#4889)
Diffstat (limited to 'p/themes/Flat')
-rw-r--r--p/themes/Flat/flat.css8
-rw-r--r--p/themes/Flat/flat.rtl.css8
2 files changed, 0 insertions, 16 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;
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;