From 47883d3086b75bab800ad996e4e0ae01e331f4c3 Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 20 Nov 2022 14:35:02 +0100 Subject: fix: Article hover that changes the background (#4874) --- p/themes/Ansum/_list-view.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'p/themes/Ansum/_list-view.scss') 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; + } } } -- cgit v1.2.3