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:
parent
7ef22f7807
commit
c07ce454e8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue