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

Primary button has wrong top and bottom border #3923

Merged
merged 1 commit into from
Sep 12, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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