aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Ansum/_list-view.scss
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/Ansum/_list-view.scss
parent0ad8e6b4189d6afa6d6f1a74ba2bf9e90faf8ef3 (diff)
fix: Article hover that changes the background (#4874)
Diffstat (limited to 'p/themes/Ansum/_list-view.scss')
-rw-r--r--p/themes/Ansum/_list-view.scss10
1 files changed, 6 insertions, 4 deletions
diff --git a/p/themes/Ansum/_list-view.scss b/p/themes/Ansum/_list-view.scss
index c85c6f8fb..1ffd68dc7 100644
--- a/p/themes/Ansum/_list-view.scss
+++ b/p/themes/Ansum/_list-view.scss
@@ -11,11 +11,13 @@
@include mixins.transition(all, 0.15s, ease-in-out);
- &:hover {
- background: variables.$grey-lighter;
-
- &:not(.current):hover .item.title {
+ .flux_header {
+ &:hover {
background: variables.$grey-lighter;
+
+ &:not(.current):hover .item.title {
+ background: variables.$grey-lighter;
+ }
}
}