Skip to content

Commit

Permalink
Fix: AutoHide - Tab opacity with unload tab
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Nov 10, 2022
1 parent f39405e commit 66c4ee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/leptonChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/tab/_unload_tab.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#tabbrowser-tabs .tabbrowser-tab[pending] .tab-content {
.tabbrowser-tab[pending] .tab-content {
opacity: 0.7;
}

0 comments on commit 66c4ee7

Please sign in to comment.