Skip to content

Commit

Permalink
use theme color for all shadows for focus state in primary button (#1…
Browse files Browse the repository at this point in the history
…6275)

* use theme color for all shadows for focus state in primary button

* use lighter focus ring shade as per design feedback

props @haszari
  • Loading branch information
haszari authored and kjellr committed Jul 2, 2019
1 parent e7f9c23 commit 6d3312a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/button/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
box-shadow:
inset 0 -1px 0 color(theme(button) shade(50%)),
0 0 0 1px $white,
0 0 0 3px $blue-medium-focus;
0 0 0 3px color(theme(button) shade(5%));
}

&:active:enabled {
Expand Down

0 comments on commit 6d3312a

Please sign in to comment.