Skip to content

Commit

Permalink
Disable box-shadow for radio and checkbox (mmistakes#2398)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug authored and jesuswasrasta committed Jul 8, 2020
1 parent 4e67de2 commit 28102c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/minimal-mistakes/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ input[type="radio"] {
cursor: pointer;
border-radius: 0;
border: 0 \9;
box-shadow: none;
}

input[type="checkbox"],
Expand All @@ -119,7 +120,6 @@ input[type="radio"] {

input[type="image"] {
border: 0;
box-shadow: none;
}

input[type="file"] {
Expand Down

0 comments on commit 28102c6

Please sign in to comment.