Skip to content

Commit f16f9b1

Browse files
committed
fix: refine sidebar selection and vertically center file text
Remove left border from selection to avoid competing with git markers, use flat rgba blue fill only. Fix 1px vertical text offset in working set file items.
1 parent 025185d commit f16f9b1

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/styles/brackets.less

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,7 @@ a, img {
14471447
height: 16px;
14481448
line-height: 15px;
14491449
margin-left: 18px;
1450-
padding: 3px 0 3px 0;
1450+
padding: 4px 0 3px 0;
14511451

14521452
cursor: default;
14531453

@@ -1469,9 +1469,8 @@ a, img {
14691469

14701470
.sidebar-selection, .filetree-selection {
14711471
background: @bc-sidebar-selection;
1472-
border-top: none;
1473-
border-bottom: none;
1474-
border-left: none;
1472+
border: none;
1473+
box-shadow: none;
14751474
box-sizing: border-box;
14761475
height: 23px;
14771476
width: 100%;

0 commit comments

Comments
 (0)