Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 9fec5ce

Browse files
committed
Tweaked dark buttons.
1 parent ce492cf commit 9fec5ce

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/styles/brackets_colors.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,11 @@
8383
@tc-gray-component-focused-border: #2893ef;
8484
@tc-gray-component-error-border: #fa689d;
8585
@tc-gray-component-triangle: #878787;
86-
@tc-alt-component-border: #2d2f31;
86+
@tc-alt-component-border: rgba(0, 0, 0, 0.24);
8787

8888
@tc-button-background: #e5e9e9;
8989
@tc-button-highlight: inset 0 1px 0 #f3f3f3;
90+
@tc-button-alt-highlight: inset 0 1px 0 rgba(255, 255, 255, 0.06);
9091
@tc-button-down-background: #d3d7d7;
9192
@tc-button-alt-down-background: #404141;
9293
@tc-button-down-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);

src/styles/brackets_patterns_override.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ input[type="color"],
11361136
}
11371137

11381138
&:focus {
1139-
border: 1px solid @tc-gray-component-focused-border;
1139+
border: 1px solid @tc-call-to-action-border;
11401140
box-shadow: @tc-call-to-action-highlight, @tc-input-glow;
11411141
outline: none;
11421142
}
@@ -1158,7 +1158,7 @@ input[type="color"],
11581158
text-decoration: none;
11591159
&:hover {
11601160
border: 1px solid @tc-alt-component-border;
1161-
box-shadow: inset 0 1px 0 @tc-sidebar-selection-highlight;
1161+
box-shadow: @tc-button-alt-highlight;
11621162
}
11631163
&:active {
11641164
background: @tc-button-alt-down-background;

0 commit comments

Comments
 (0)