From 2b62d0e2e471f66a5412c042b03812ce95978f53 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Fri, 22 Dec 2017 11:41:39 +1300 Subject: [PATCH] Fixup checkbox styling --- src/day8/re_frame/trace/styles.cljs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/day8/re_frame/trace/styles.cljs b/src/day8/re_frame/trace/styles.cljs index c938065..1b840c8 100644 --- a/src/day8/re_frame/trace/styles.cljs +++ b/src/day8/re_frame/trace/styles.cljs @@ -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")