Skip to content

Commit

Permalink
Fix radius of outline around focused form inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldiekmeier committed Dec 18, 2015
1 parent 7205ad5 commit 868b228
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sass/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ input[type="checkbox"] {

&:focus {
border-color: $focus-input-color;
box-shadow: 3px 3px 0 $focus-input-color,
-3px -3px 0 $focus-input-color,
-3px 3px 0 $focus-input-color,
3px -3px 0 $focus-input-color;
box-shadow: 0 0 0 3px $focus-input-color;
}
}

Expand Down

0 comments on commit 868b228

Please sign in to comment.