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 chukycheese committed Sep 18, 2023
1 parent 9905a89 commit d001dcf
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 d001dcf

Please sign in to comment.