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:
Emilio Cobos Álvarez
2025-07-31 09:35:17 +00:00
committed by rvandermeulen@mozilla.com
parent 3a2744a0ee
commit 9e34876554

View File

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