Skip to content

Commit

Permalink
Fix: Tabbar - Windows accent color #1030
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Dec 29, 2024
1 parent f528701 commit 350b052
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 26 deletions.
48 changes: 32 additions & 16 deletions css/leptonChrome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 16 additions & 8 deletions css/leptonChromeESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/tabbar/layout/_window_control.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ See the above repository for updates as well as full license text. */
:root[sizemode="maximized"]:is([tabsintitlebar], [customtitlebar]) #titlebar {
appearance: none !important;
}
.browser-toolbar:not(.titlebar-color) {
.browser-toolbar:not(.titlebar-color):not(.browser-titlebar) {
background-clip: border-box !important;
}
}
Expand Down
3 changes: 2 additions & 1 deletion src/theme/system_default_theme/_win10.scss
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,8 @@
/* Tab Bar */
:root:is([tabsintitlebar], [customtitlebar]):not(:-moz-window-inactive)#{$not_lwtheme},
:root:is([tabsintitlebar], [customtitlebar])[lwt-default-theme-in-dark-mode]:not(:-moz-window-inactive) {
.titlebar-color {
.titlebar-color,
.browser-titlebar {
@include AccentColor {
color: $accentTextColor;
background-color: $accentColor; // TODO: Use $accentBorder
Expand Down

0 comments on commit 350b052

Please sign in to comment.