Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd25fd2

Browse files
committed
Add spacing to stageButton
1 parent 914e6f4 commit bd25fd2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

styles/hunk-component.less

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@
2626
}
2727

2828
&-stageButton {
29-
height: @component-line-height;
29+
margin: @component-padding / 2;
30+
line-height: 1;
3031
font-family: @font-family;
31-
border: none;
32-
border-left: 1px solid @panel-heading-border-color;
32+
border-radius: @component-border-radius;
33+
border: 1px solid @panel-heading-border-color;
3334
background-color: @button-background-color;
3435
cursor: default;
3536
&:hover { background-color: @button-background-color-hover; }

0 commit comments

Comments
 (0)