Skip to content

Commit

Permalink
Fix: Theme - Restore linux native titlebar button #883
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Apr 20, 2024
1 parent 7db1e4b commit 80f97b5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions css/leptonChrome.css

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

5 changes: 5 additions & 0 deletions css/leptonChromeESR.css

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

7 changes: 6 additions & 1 deletion src/compatibility/_os.scss
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,12 @@
@include NotOption("userChrome.compatibility.os.linux_non_native_titlebar_button") {
@include lwtheme {
.titlebar-button {
appearance: auto !important;
appearance: none !important;
> .toolbarbutton-icon {
appearance: auto !important;
width: unset !important;
height: unset !important;
}
}
.titlebar-min,
.titlebar-max,
Expand Down

0 comments on commit 80f97b5

Please sign in to comment.