Refactor tab selection styles and remove debug log from ZenUIMigration

This commit is contained in:
mr. M
2025-02-07 21:08:44 +01:00
parent 8dfffc6ac0
commit 5527aaebe9
2 changed files with 2 additions and 3 deletions

View File

@@ -999,7 +999,7 @@
}
@media (-moz-bool-pref: 'zen.theme.essentials-favicon-bg') {
&[selected] .tab-background {
&[visuallyselected] .tab-background {
&::after {
content: "";
inset: -50%;
@@ -1027,7 +1027,7 @@
}
}
&[selected]:hover .tab-background::before {
&[visuallyselected]:hover .tab-background::before {
background: light-dark(rgba(255, 255, 255, 0.80), rgba(68, 64, 64, 0.80));
}
}