~xdavidwu/xdavidwu.link

2a2f065d972838e091f69fad1c4786e8affa6b16 — iBug ♦ 4 years ago 5165053
Disable box-shadow for radio and checkbox (#2398)

1 files changed, 1 insertions(+), 1 deletions(-)

M _sass/minimal-mistakes/_forms.scss
M _sass/minimal-mistakes/_forms.scss => _sass/minimal-mistakes/_forms.scss +1 -1
@@ 107,6 107,7 @@ input[type="radio"] {
  cursor: pointer;
  border-radius: 0;
  border: 0 \9;
  box-shadow: none;
}

input[type="checkbox"],


@@ 119,7 120,6 @@ input[type="radio"] {

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

input[type="file"] {