From 09d19169dae66c3ddfa3644090475b5cfd553684 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 23 Oct 2020 15:35:20 -0400 Subject: [PATCH] alps theme: consoldate tab active/hover styles Fixes some visual weirdness in an edge case --- themes/alps/assets/style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/themes/alps/assets/style.css b/themes/alps/assets/style.css index b0345e0..91435e0 100644 --- a/themes/alps/assets/style.css +++ b/themes/alps/assets/style.css @@ -228,14 +228,10 @@ main.message .tabs a { color: #555; } -main.message .tabs a.active { - background-color: white; - border-color: #eee #eee white #eee; - color: black; -} - +main.message .tabs a.active, main.message .tabs a:hover { background-color: white; + border-color: #eee #eee white #eee; color: black; }