Revert "Exclude radio and checkbox inputs from input styling"
This reverts commit 6f3b270e35
.
This commit is contained in:
parent
6f3b270e35
commit
2f6ecf6f8f
|
@ -5,7 +5,7 @@ form{
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
input, button, textarea, select, .button, input:not(input[type='radio'], input[type='checkbox']){
|
input, button, textarea, select, .button{
|
||||||
/* We don't want the stupid browser appearance */
|
/* We don't want the stupid browser appearance */
|
||||||
appearance: none;
|
appearance: none;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue