Reset padding for checkbox & radio inputs

Previously, the normalize stylesheet covered this, however that's
no longer applicable due to selector specificity.
pull/6458/head
Cole Maclean 2020-10-05 19:34:32 -07:00 zatwierdzone przez Karl Hobley
rodzic 37245d8546
commit 80c65390a4
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -154,6 +154,7 @@ input[type=checkbox] {
border-radius: 0;
cursor: pointer;
border: 0;
padding: 0;
}
input[type=radio] {