Bug 1980297 - Avoid setting background of visually selected tab by default. r=dao,desktop-theme-reviewers a=RyanVM
This matches better the in-content styles. Differential Revision: https://phabricator.services.mozilla.com/D259354
This commit is contained in:
committed by
rvandermeulen@mozilla.com
parent
3a2744a0ee
commit
9e34876554
@@ -31,7 +31,7 @@ tab {
|
||||
background-color: color-mix(in srgb, currentColor 15%, transparent);
|
||||
}
|
||||
|
||||
&:where(:hover:active, [visuallyselected]) {
|
||||
&:where(:hover:active) {
|
||||
background-color: color-mix(in srgb, currentColor 30%, transparent);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user