Make bunch of attribute selectors boolean checks

This is related to bug 1849904
This commit is contained in:
MrOtherGuy
2023-08-30 16:25:44 +03:00
parent 7daa9b45e3
commit aad2575816
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ See the above repository for updates as well as full license text. */
/* remove bottom margin so it doesn't throw off row height computation */
#tabs-newtab-button{ margin-bottom: 0 !important; }
#tabbrowser-tabs[hasadjacentnewtabbutton][overflow="true"] > #tabbrowser-arrowscrollbox > #tabbrowser-arrowscrollbox-periphery > #tabs-newtab-button {
#tabbrowser-tabs[hasadjacentnewtabbutton][overflow] > #tabbrowser-arrowscrollbox > #tabbrowser-arrowscrollbox-periphery > #tabs-newtab-button {
display: flex !important;
align-items: center; /* Fx <112 compatibility */
}