alps theme: consoldate tab active/hover styles
Fixes some visual weirdness in an edge case
This commit is contained in:
parent
3db443c1df
commit
09d19169da
1 changed files with 2 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue