diff options
| author | 2022-11-20 14:35:02 +0100 | |
|---|---|---|
| committer | 2022-11-20 14:35:02 +0100 | |
| commit | 47883d3086b75bab800ad996e4e0ae01e331f4c3 (patch) | |
| tree | 69700083881a15988e681e8cc98b90dadbd92989 /p/themes/Mapco/mapco.css | |
| parent | 0ad8e6b4189d6afa6d6f1a74ba2bf9e90faf8ef3 (diff) | |
fix: Article hover that changes the background (#4874)
Diffstat (limited to 'p/themes/Mapco/mapco.css')
| -rw-r--r-- | p/themes/Mapco/mapco.css | 4 |
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 { |
