Skip to content

Commit 7e83a04

Browse files
committed
fix: light theme desktop app top white notch situation
1 parent aef04e4 commit 7e83a04

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/styles/brackets.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,10 @@ a, img {
289289
border-bottom: 1px solid @bc-panel-border;
290290
box-shadow: 0 1px 3px @bc-shadow-small;
291291
font-size: @menu-item-font-size;
292+
border-top: 1px solid @border-title-bar;
293+
.dark & {
294+
border-top: none;
295+
}
292296

293297
// Make sure the bottom box-shadow goes above the editor (position: relative needed to start a new stacking group)
294298
position: relative;

src/styles/brackets_core_ui_variables.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
@bc-bg-highlight: #e0f0fa;
5252
@bc-bg-inline-widget: #e6e9e9;
5353
@bc-bg-tool-bar: #5D5F60;
54+
@border-title-bar: #d5d5d5;
5455
@bc-bg-status-bar: #fff;
5556
@bc-bg-status-bar-height: 26px;
5657
@bc-disabled-opacity: 0.3;

0 commit comments

Comments
 (0)