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

Commit

Permalink
Primary button has wrong top and bottom border
Browse files Browse the repository at this point in the history
  • Loading branch information
jkup committed Sep 12, 2016
1 parent ab0cfd5 commit c8b301e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions less/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ span.buttonSeparator {
&.primaryButton {
background: linear-gradient(@braveLightOrange, @braveOrange);
border: 2px solid transparent;
border-top: 2px solid @braveLightOrange;
border-bottom: 2px solid @braveOrange;
box-shadow: @boxShadow;
font-weight: 400;

Expand Down

0 comments on commit c8b301e

Please sign in to comment.