diff options
Diffstat (limited to 'p/themes/Mapco/_list-view.scss')
| -rw-r--r-- | p/themes/Mapco/_list-view.scss | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/p/themes/Mapco/_list-view.scss b/p/themes/Mapco/_list-view.scss index 40fab3c1c..7d0fb87f4 100644 --- a/p/themes/Mapco/_list-view.scss +++ b/p/themes/Mapco/_list-view.scss @@ -10,11 +10,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; + } } } |
