Skip to content

Commit

Permalink
Fixes #11474 (#11475)
Browse files Browse the repository at this point in the history
  • Loading branch information
timelsass authored and jasmussen committed Nov 5, 2018
1 parent dd015c9 commit 3a59842
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/components/src/button/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
border-color: #999;
box-shadow: inset 0 -1px 0 #999;
color: #23282d;
text-decoration: none;
}

&:focus:enabled {
Expand All @@ -40,6 +41,8 @@
box-shadow:
inset 0 -1px 0 #999,
0 0 0 2px $blue-medium-200;
text-decoration: none;

}

&:active:enabled {
Expand Down

0 comments on commit 3a59842

Please sign in to comment.