Skip to content

Commit

Permalink
tabsbar: Improve all tabs button behavior
Browse files Browse the repository at this point in the history
Fixes #783
  • Loading branch information
rafaelmardojai committed Aug 7, 2024
1 parent cc70ec2 commit 85715f8
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions theme/parts/tabsbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -511,9 +511,16 @@ tab {
/* Tabs manager menu */
#alltabs-button {
visibility: collapse;
}
#tabbrowser-tabs[overflow] ~ #alltabs-button {
visibility: visible;

@media (-moz-bool-pref: "browser.tabs.tabmanager.enabled") {
#tabbrowser-tabs[overflow] ~ & {
visibility: visible;
}
}

#tabbrowser-tabs:not([overflow])[using-closing-tabs-spacer] ~ & {
display: none !important;
}
}

/* Firefox View */
Expand Down

0 comments on commit 85715f8

Please sign in to comment.