hide tabs w one tab: use [overflow] as boolean attribute selector

Otherwise this would always hide alltabs button
This commit is contained in:
MrOtherGuy
2023-10-28 14:32:50 +03:00
parent a0070f74fd
commit 1619a0010b
+1 -1
View File
@@ -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;
}