Skip to content

Commit

Permalink
fix: light theme desktop app top white notch situation
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed May 24, 2024
1 parent aef04e4 commit 7e83a04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/brackets.less
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,10 @@ a, img {
border-bottom: 1px solid @bc-panel-border;
box-shadow: 0 1px 3px @bc-shadow-small;
font-size: @menu-item-font-size;
border-top: 1px solid @border-title-bar;
.dark & {
border-top: none;
}

// Make sure the bottom box-shadow goes above the editor (position: relative needed to start a new stacking group)
position: relative;
Expand Down
1 change: 1 addition & 0 deletions src/styles/brackets_core_ui_variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
@bc-bg-highlight: #e0f0fa;
@bc-bg-inline-widget: #e6e9e9;
@bc-bg-tool-bar: #5D5F60;
@border-title-bar: #d5d5d5;
@bc-bg-status-bar: #fff;
@bc-bg-status-bar-height: 26px;
@bc-disabled-opacity: 0.3;
Expand Down

0 comments on commit 7e83a04

Please sign in to comment.