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:
MrOtherGuy 2021-08-01 11:29:25 +03:00
parent 81a94ba8d4
commit 18377906d8

View file

@ -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
}