Skip to content

Commit

Permalink
Fix: Tabbar - Windows accent color with !important #1030
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Jan 30, 2025
1 parent 71b3bac commit ad7babf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions css/leptonChrome.css

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

8 changes: 4 additions & 4 deletions css/leptonChromeESR.css

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

4 changes: 2 additions & 2 deletions src/theme/system_default_theme/_win10.scss
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@
.titlebar-color,
.browser-titlebar {
@include AccentColor {
color: $accentTextColor;
background-color: $accentColor; // TODO: Use $accentBorder
color: $accentTextColor !important;
background-color: $accentColor !important; // TODO: Use $accentBorder
}
}

Expand Down

0 comments on commit ad7babf

Please sign in to comment.