don't set left border to overflow-pinned tabs
This was perhaps once required, but nowadays the border just breaks pinned tabs layout
This commit is contained in:
@@ -14,7 +14,3 @@ See the above repository for updates as well as full license text. */
|
||||
visibility: var(--uc-scroll-visibility,visible);
|
||||
}
|
||||
.scrollbox-clip{ margin-inline: var(--uc-scrollbox-margin,0); }
|
||||
#tabbrowser-tabs[overflow][positionpinnedtabs] .tabbrowser-tab[pinned]{
|
||||
border-left: 28px solid transparent !important;
|
||||
clip-path: padding-box
|
||||
}
|
||||
Reference in New Issue
Block a user