Skip to content

Commit

Permalink
Make Toggle :focus state match new Checkbox/Radio :focus states [#153…
Browse files Browse the repository at this point in the history
…690114]

Signed-off-by: Stephane Jolicoeur <sjolicoeur@pivotal.io>
  • Loading branch information
reidmit authored and sjolicoeur committed Dec 15, 2017
1 parent 2928142 commit ad9a39d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/css/forms/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -410,9 +410,7 @@ textarea.valid {
}

&:focus + label {
-webkit-box-shadow: 0 0 0 1px $input-border-focus;
-moz-box-shadow: 0 0 0 1px $input-border-focus;
box-shadow: 0 0 0 1px $input-border-focus;
box-shadow: 0 0 0 2px transparentize($accent-3, 0.8);
}
}

Expand Down

0 comments on commit ad9a39d

Please sign in to comment.