Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit e511b49

Browse files
authored
Merge pull request #800 from atom/sm-stage-button
Fix HunkView-stageButton border
2 parents a30f619 + 17189e7 commit e511b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/hunk-view.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
.github-HunkView-line.is-selected .github-HunkView-lineNumber {
126126
border-color: mix(@button-border-color, @button-background-color-selected, 25%);
127127
}
128-
.is-hunkMode .github-HunkView-stageButton {
128+
.github-HunkView.is-selected.is-hunkMode .github-HunkView-stageButton {
129129
border-color: mix(@hunk-bg-color, @button-background-color-selected, 30%);
130130
&:hover { background-color: mix(@hunk-bg-color, @button-background-color-selected, 10%); }
131131
&:active { background-color: @button-background-color-selected; }

0 commit comments

Comments
 (0)