diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-10-23 15:35:20 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-10-23 15:35:20 -0400 |
commit | 09d19169dae66c3ddfa3644090475b5cfd553684 (patch) | |
tree | 423cca2b8daeb3c1fd3708030465973176097173 /themes/alps | |
parent | 3db443c1df77804270f86e9e2afe92da52314685 (diff) | |
download | alps-09d19169dae66c3ddfa3644090475b5cfd553684.tar.gz alps-09d19169dae66c3ddfa3644090475b5cfd553684.zip |
alps theme: consoldate tab active/hover styles
Fixes some visual weirdness in an edge case
Diffstat (limited to 'themes/alps')
-rw-r--r-- | themes/alps/assets/style.css | 8 |
1 files 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; } |