Fixup checkbox styling
This commit is contained in:
parent
a3806a8afb
commit
2b62d0e2e4
|
@ -68,11 +68,9 @@
|
||||||
(s/attr= "type" "reset")
|
(s/attr= "type" "reset")
|
||||||
(s/attr= "type" "submit")
|
(s/attr= "type" "submit")
|
||||||
{:-webkit-appearance "button"}]
|
{:-webkit-appearance "button"}]
|
||||||
"input[type=\"checkbox\" i] {\n -webkit-appearance: checkbox;\n box-sizing: border-box;\n}"
|
[(s/input (s/attr= "type" "checkbox"))
|
||||||
[:input
|
|
||||||
(s/attr= "type" "checkbox")
|
|
||||||
{:-webkit-appearance "checkbox"
|
{:-webkit-appearance "checkbox"
|
||||||
:box-sizing "border-box"}]
|
:box-sizing "border-box"}]
|
||||||
|
|
||||||
[:button:-moz-focusring
|
[:button:-moz-focusring
|
||||||
(s/attr= "type" "button")
|
(s/attr= "type" "button")
|
||||||
|
|
Loading…
Reference in New Issue