Skip to content

Commit

Permalink
fix: preserve outline0 for checkboxes and radios only
Browse files Browse the repository at this point in the history
  • Loading branch information
abdallahalsamman committed Dec 8, 2018
1 parent a6488a1 commit 243fab1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/base/generic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ button,
}

// Prevent stray pixels on focused inputs such as checkboxes and radios
input {
input[type="radio"],
input[type="checkbox"] {
outline: 0;
}

0 comments on commit 243fab1

Please sign in to comment.