Skip to content

Commit 4b40c1d

Browse files
committed
chore: Dark Phoenix selected file changes
1 parent 6fac089 commit 4b40c1d

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/styles/brackets.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1471,14 +1471,15 @@ a, img {
14711471
background: @bc-sidebar-selection;
14721472
border-top: none;
14731473
border-bottom: none;
1474+
border-left: none;
14741475
box-sizing: border-box;
14751476
height: 23px;
14761477
width: 100%;
14771478
position: absolute;
14781479
}
14791480

14801481
.sidebar-selection-extension, .filetree-selection-extension {
1481-
background: @bc-sidebar-selection;
1482+
background: transparent;
14821483
border-top: none;
14831484
border-bottom: none;
14841485
box-sizing: border-box;

src/styles/brackets_core_ui_variables.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150

151151
// Sidebar
152152
@bc-sidebar-bg: #252525;
153-
@bc-sidebar-selection: #404448;
153+
@bc-sidebar-selection: rgba(90, 140, 255, 0.18);
154154

155155
// images
156156
@button-icon: "images/find-replace-sprites.svg";
@@ -263,7 +263,7 @@
263263

264264
// Sidebar
265265
@dark-bc-sidebar-bg: #252525;
266-
@dark-bc-sidebar-selection: #404448;
266+
@dark-bc-sidebar-selection: rgba(90, 140, 255, 0.18);
267267

268268
// Plugin panel
269269
@plugin-panel-bg: #252525;

0 commit comments

Comments
 (0)