Skip to content

Commit

Permalink
Fix: Tabbar - Border Top line at linux default theme black7375#889
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 authored and Hou-Rui committed May 26, 2024
1 parent 5d2cc04 commit 01c2aff
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 01c2aff

Please sign in to comment.