Bug 1929345 - Update sound specific hover states on horizontal tabs to improve readability r=sidebar-reviewers,desktop-theme-reviewers,kcochrane,mconley
* Needed to account for the reverse icon/background colors made in this same bug so this changes it only for sound playing, muted, activemedia-blocked Differential Revision: https://phabricator.services.mozilla.com/D228318
This commit is contained in:
@@ -532,6 +532,13 @@
|
|||||||
&:hover:active {
|
&:hover:active {
|
||||||
background-color: color-mix(in srgb, currentColor 30%, transparent);
|
background-color: color-mix(in srgb, currentColor 30%, transparent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:is([soundplaying], [muted], [activemedia-blocked]) {
|
||||||
|
&:hover,
|
||||||
|
&:hover:active {
|
||||||
|
background-color: color-mix(in srgb, currentColor 50%, transparent);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(
|
:is(
|
||||||
|
|||||||
Reference in New Issue
Block a user