1
0
Fork 0

Remove unecessary css declarations

Dieser Commit ist enthalten in:
Angus McLeod 2020-08-20 23:27:00 +10:00
Ursprung 4417c96953
Commit 003bf08f85

Datei anzeigen

@ -1,7 +1,4 @@
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: inline-block;
padding: 4px 10px;
margin-bottom: 9px;
@ -12,7 +9,6 @@ input {
border: 1px solid var(--primary-medium);
border-radius: 0;
box-sizing: border-box;
min-height: 30px;
}
textarea {