Skip to content

Commit

Permalink
Fix: Tabbar - Border Top line at linux default theme #889
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed May 26, 2024
1 parent 1406c3f commit 6ba8a18
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
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.

5 changes: 5 additions & 0 deletions src/tab/_connect_to_window.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,9 @@
#nav-bar {
border-top: none !important;
box-shadow: 0 -0.01px 0 ThreeDShadow;
@include OS($linux) {
@include not_lwtheme(false) {
box-shadow: 0 -0.01px 0 ThreeDShadow;
}
}
}

0 comments on commit 6ba8a18

Please sign in to comment.