Revert "Exclude radio and checkbox inputs from input styling"

This reverts commit 6f3b270e35.
This commit is contained in:
tijsklaren 2023-02-05 12:42:50 +01:00
parent 6f3b270e35
commit 2f6ecf6f8f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ form{
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 */
appearance: none;