Make tab separator lines border-image important. Fixes #239

On MacOS tabs have border:none which resets border-image. This patch
overrides that rule.
This commit is contained in:
MrOtherGuy 2022-12-23 08:43:48 +02:00
parent 7ef22f7807
commit c07ce454e8

View file

@ -10,7 +10,7 @@ See the above repository for updates as well as full license text. */
color-mix(in srgb, currentColor 20%, transparent) 20%, color-mix(in srgb, currentColor 20%, transparent) 20%,
color-mix(in srgb, currentColor 20%, transparent) 80%, color-mix(in srgb, currentColor 20%, transparent) 80%,
transparent 80% transparent 80%
); ) !important;
} }
.tabbrowser-tab:hover, .tabbrowser-tab:hover,