Skip to content

Commit

Permalink
Disable box-shadow for radio and checkbox (#2398)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed Feb 17, 2020
1 parent b06b647 commit 060d50e
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 060d50e

Please sign in to comment.