mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-16 06:54:00 +00:00
Bug 1104856 - Include :hover:active state for setting styles on devtools selected tab;r=vporof
This commit is contained in:
parent
a2a32f2bb4
commit
18ea574626
@ -741,7 +741,8 @@
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.devtools-tabbar .devtools-tab[selected] {
|
||||
.devtools-tabbar .devtools-tab[selected],
|
||||
.devtools-tabbar .devtools-tab[selected]:hover:active {
|
||||
color: var(--theme-selection-color);
|
||||
background-color: var(--theme-selection-background);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user