Disable box-shadow for radio and checkbox (#2398)
This commit is contained in:
@@ -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"] {
|
||||
|
||||
Reference in New Issue
Block a user