Skip to content

Commit

Permalink
Fix: Theme - Titlebar color compatibility #828
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Nov 25, 2023
1 parent a3c4558 commit 359c848
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions css/leptonChrome.css

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

2 changes: 1 addition & 1 deletion 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/theme/_fully_color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ html|button.ghost-button:not(.semi-transparent):enabled:hover:active {
}

/*== Sidebar - Field Color ===================================================*/
html[lwt-sidebar] body {
html[lwt-sidebar]:not(#main-window) body {
background-color: var(--lwt-sidebar-background-color, Field) !important;
color: var(--lwt-sidebar-text-color, FieldText) !important;
}
Expand Down

0 comments on commit 359c848

Please sign in to comment.