Skip to content

Commit

Permalink
fix(Button): Border color follows hover & success color (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto authored May 1, 2020
1 parent c03f5e5 commit 7360c01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Playroom/Button/Button.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
font: @text-standard;
height: @grid * 9;

&:hover:not(.positive),
&.positive {
border-color: currentColor;
}

&:after {
content: '';
position: absolute;
Expand Down

0 comments on commit 7360c01

Please sign in to comment.