aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/mapco.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-11-20 14:35:02 +0100
committerGravatar GitHub <noreply@github.com> 2022-11-20 14:35:02 +0100
commit47883d3086b75bab800ad996e4e0ae01e331f4c3 (patch)
tree69700083881a15988e681e8cc98b90dadbd92989 /p/themes/Mapco/mapco.css
parent0ad8e6b4189d6afa6d6f1a74ba2bf9e90faf8ef3 (diff)
fix: Article hover that changes the background (#4874)
Diffstat (limited to 'p/themes/Mapco/mapco.css')
-rw-r--r--p/themes/Mapco/mapco.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css
index bdf8a0434..656cb87a2 100644
--- a/p/themes/Mapco/mapco.css
+++ b/p/themes/Mapco/mapco.css
@@ -995,10 +995,10 @@ main.prompt {
background: #fff;
transition: all 0.15s ease-in-out;
}
-.flux:hover {
+.flux .flux_header:hover {
background: #f9fafb;
}
-.flux:hover:not(.current):hover .item.title {
+.flux .flux_header:hover:not(.current):hover .item.title {
background: #f9fafb;
}
.flux.current {