Add !important to fix a case where one additional empty tab row is shown
This commit is contained in:
parent
8266515ed0
commit
d0b647d5d8
2 changed files with 3 additions and 4 deletions
|
@ -68,4 +68,4 @@
|
||||||
#alltabs-button,
|
#alltabs-button,
|
||||||
:root:not([customizing]) #TabsToolbar #new-tab-button,
|
:root:not([customizing]) #TabsToolbar #new-tab-button,
|
||||||
#tabbrowser-tabs spacer,
|
#tabbrowser-tabs spacer,
|
||||||
.tabbrowser-tab::after{ display: none }
|
.tabbrowser-tab::after{ display: none !important }
|
|
@ -59,8 +59,7 @@ transform: translateY(calc(-4 * var(--toolbarbutton-outer-padding) + 4px))
|
||||||
#toolbar-menubar > #menubar-items{
|
#toolbar-menubar > #menubar-items{
|
||||||
-moz-box-pack: center;
|
-moz-box-pack: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|
||||||
}
|
}
|
||||||
#toolbar-menubar:hover{ z-index: 2 }
|
#toolbar-menubar:hover{ z-index: 2 }
|
||||||
#toolbar-menubar:hover > #menubar-items{
|
#toolbar-menubar:hover > #menubar-items{
|
||||||
|
@ -122,7 +121,7 @@ visibility: hidden;
|
||||||
#alltabs-button,
|
#alltabs-button,
|
||||||
#TabsToolbar #new-tab-button,
|
#TabsToolbar #new-tab-button,
|
||||||
#tabbrowser-tabs spacer,
|
#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 */
|
/* Always show tab close button on hover and never otherwise */
|
||||||
.tabbrowser-tab .tab-close-button{
|
.tabbrowser-tab .tab-close-button{
|
||||||
|
|
Loading…
Reference in a new issue