Disable box-shadow for radio and checkbox (#2398)
This commit is contained in:
parent
b06b6477e9
commit
060d50eda0
1 changed files with 1 additions and 1 deletions
|
@ -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"] {
|
||||
|
|
Loading…
Reference in a new issue