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:
@@ -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) 80%,
|
||||
transparent 80%
|
||||
);
|
||||
) !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab:hover,
|
||||
|
||||
Reference in New Issue
Block a user