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 }