Skip to content

Commit

Permalink
Fix: Tab Separator - Like FFv104
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Aug 26, 2022
1 parent 06bd910 commit d118404
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/leptonChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@
outline: var(--focus-outline) !important;
}
}
/*= Tab Separator Color ======================================================*/
#TabsToolbar {
--toolbarseparator-color: color-mix(in srgb, currentColor 20%, transparent);
/* 60% at v105 */
}

/*= Light Weight Theme =======================================================*/
/* Header Image */
:root[lwtheme-image] {
Expand Down
6 changes: 6 additions & 0 deletions src/compatibility/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ menu {
}
}

/*= Tab Separator Color ======================================================*/
#TabsToolbar {
--toolbarseparator-color: color-mix(in srgb, currentColor 20%, transparent); /* 60% at v105 */
}


/*= Light Weight Theme =======================================================*/
/* Header Image */
:root[lwtheme-image] {
Expand Down

0 comments on commit d118404

Please sign in to comment.