Disable box-shadow for radio and checkbox (#2398)

This commit is contained in:
iBug ♦ 2020-02-18 04:26:10 +08:00 committed by GitHub
parent b06b6477e9
commit 060d50eda0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"] {