alps theme: consoldate tab active/hover styles

Fixes some visual weirdness in an edge case
This commit is contained in:
Drew DeVault 2020-10-23 15:35:20 -04:00
parent 3db443c1df
commit 09d19169da

View file

@ -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;
}