mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 591753: Category buttons should highlight on hover even when selected. r=dtownsend
This commit is contained in:
parent
308fed7444
commit
1693ce03ad
@ -125,6 +125,10 @@
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.category[selected="true"]:hover {
|
||||
background-color:#1A2533;
|
||||
}
|
||||
|
||||
.category[disabled] {
|
||||
overflow: hidden;
|
||||
height: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user