Add !important to fix a case where one additional empty tab row is shown

This commit is contained in:
MrOtherGuy 2019-01-30 15:34:26 +02:00
parent 8266515ed0
commit d0b647d5d8
2 changed files with 3 additions and 4 deletions

View file

@ -68,4 +68,4 @@
#alltabs-button,
:root:not([customizing]) #TabsToolbar #new-tab-button,
#tabbrowser-tabs spacer,
.tabbrowser-tab::after{ display: none }
.tabbrowser-tab::after{ display: none !important }

View file

@ -59,8 +59,7 @@ transform: translateY(calc(-4 * var(--toolbarbutton-outer-padding) + 4px))
#toolbar-menubar > #menubar-items{
-moz-box-pack: center;
height: 100%;
visibility: hidden;
visibility: hidden;
}
#toolbar-menubar:hover{ z-index: 2 }
#toolbar-menubar:hover > #menubar-items{
@ -122,7 +121,7 @@ visibility: hidden;
#alltabs-button,
#TabsToolbar #new-tab-button,
#tabbrowser-tabs spacer,
.tabbrowser-tab::after{ display: none } /* Also disables tab separators since they mysteriously break tab-row scrolling */
.tabbrowser-tab::after{ display: none !important } /* Also disables tab separators since they mysteriously break tab-row scrolling */
/* Always show tab close button on hover and never otherwise */
.tabbrowser-tab .tab-close-button{