Fixup checkbox styling
This commit is contained in:
parent
a3806a8afb
commit
2b62d0e2e4
|
@ -68,9 +68,7 @@
|
|||
(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"}]
|
||||
|
||||
|
|
Loading…
Reference in New Issue