Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Removed margin-top from browserButton and added auto margin-left
Browse files Browse the repository at this point in the history
margin around the button should be handled in another way (the button itself does not require the margin-top)
  • Loading branch information
Suguru Hirahara committed Nov 30, 2016
1 parent 98e3ab7 commit c85a637
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion less/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ span.buttonSeparator {
user-select: none;
-webkit-user-select: none;

& + .browserButton {
margin-left: 5px;
}

&:not([disabled]):hover {
color: black;
}
Expand Down Expand Up @@ -90,7 +94,6 @@ span.buttonSeparator {
&.whiteButton {
color: #fff;
line-height: 1.25;
margin: 5px 5px 0px 0px;
padding-top: 5px;
padding-bottom: 5px;
width: auto;
Expand Down

0 comments on commit c85a637

Please sign in to comment.