Fix: AutoHide - Tab opacity with unload tab

This commit is contained in:
alstjr7375 2022-11-10 10:54:21 +09:00
parent f39405eb1b
commit 66c4ee7e9a
2 changed files with 2 additions and 2 deletions

View file

@ -6861,7 +6861,7 @@
}
/*= Unloaded Tab - Contents Opacity ===========================================*/
@supports -moz-bool-pref("userChrome.tab.unloaded") {
#tabbrowser-tabs .tabbrowser-tab[pending] .tab-content {
.tabbrowser-tab[pending] .tab-content {
opacity: 0.7;
}
}

View file

@ -1,3 +1,3 @@
#tabbrowser-tabs .tabbrowser-tab[pending] .tab-content {
.tabbrowser-tab[pending] .tab-content {
opacity: 0.7;
}