hide tabs w one tab: use [overflow] as boolean attribute selector
Otherwise this would always hide alltabs button
This commit is contained in:
@@ -51,7 +51,7 @@ This will NOT work correctly if you have hidden tabs such as with tab groups ext
|
||||
#TabsToolbar .titlebar-button > .toolbarbutton-icon{ padding: 0 13px !important }
|
||||
}
|
||||
|
||||
#tabbrowser-tabs:not([overflowing="true"]) ~ #alltabs-button{
|
||||
#tabbrowser-tabs:not([overflow]) ~ #alltabs-button{
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user