From 17189e757f96435ff9726e031d0da0b8d3ede02f Mon Sep 17 00:00:00 2001 From: simurai Date: Mon, 15 May 2017 10:04:47 +0900 Subject: [PATCH] Fix HunkView-stageButton border --- styles/hunk-view.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/hunk-view.less b/styles/hunk-view.less index c958016b67..be45d99a24 100644 --- a/styles/hunk-view.less +++ b/styles/hunk-view.less @@ -125,7 +125,7 @@ .github-HunkView-line.is-selected .github-HunkView-lineNumber { border-color: mix(@button-border-color, @button-background-color-selected, 25%); } - .is-hunkMode .github-HunkView-stageButton { + .github-HunkView.is-selected.is-hunkMode .github-HunkView-stageButton { border-color: mix(@hunk-bg-color, @button-background-color-selected, 30%); &:hover { background-color: mix(@hunk-bg-color, @button-background-color-selected, 10%); } &:active { background-color: @button-background-color-selected; }