Fixup checkbox styling

This commit is contained in:
Daniel Compton 2017-12-22 11:41:39 +13:00
parent a3806a8afb
commit 2b62d0e2e4
1 changed files with 2 additions and 4 deletions

View File

@ -68,11 +68,9 @@
(s/attr= "type" "reset")
(s/attr= "type" "submit")
{:-webkit-appearance "button"}]
"input[type=\"checkbox\" i] {\n -webkit-appearance: checkbox;\n box-sizing: border-box;\n}"
[:input
(s/attr= "type" "checkbox")
[(s/input (s/attr= "type" "checkbox"))
{:-webkit-appearance "checkbox"
:box-sizing "border-box"}]
:box-sizing "border-box"}]
[:button:-moz-focusring
(s/attr= "type" "button")