Tidy up Subs

This commit is contained in:
Gregg8 2018-01-19 09:39:30 +11:00
parent 716b9459da
commit 894f566e87

View File

@ -1,6 +1,5 @@
(ns day8.re-frame.trace.view.subs (ns day8.re-frame.trace.view.subs
(:require [day8.re-frame.trace.view.app-db :refer [app-db-styles cljs-dev-tools-background pod-gap pod-padding (:require [day8.re-frame.trace.view.app-db :refer [pod-gap pod-padding border-radius]]
pod-border-color pod-border-edge border-radius]]
[day8.re-frame.trace.utils.utils :as utils] [day8.re-frame.trace.utils.utils :as utils]
[mranderson047.re-frame.v0v10v2.re-frame.core :as rf] [mranderson047.re-frame.v0v10v2.re-frame.core :as rf]
[mranderson047.reagent.v0v6v0.reagent.core :as r] [mranderson047.reagent.v0v6v0.reagent.core :as r]
@ -66,7 +65,7 @@
:padding (css-join "0px" common/gs-19s) :padding (css-join "0px" common/gs-19s)
:style {:background-color "#fafbfc" :style {:background-color "#fafbfc"
:border "1px solid #e3e9ed" :border "1px solid #e3e9ed"
:border-radius "3px"} :border-radius border-radius}
:children [[:span {:style {:color "#828282" :children [[:span {:style {:color "#828282"
:font-size "18px" :font-size "18px"
:font-weight "lighter"}} :font-weight "lighter"}}
@ -82,7 +81,7 @@
:padding (css-join "0px" common/gs-19s) :padding (css-join "0px" common/gs-19s)
:style {:background-color "#fafbfc" :style {:background-color "#fafbfc"
:border "1px solid #e3e9ed" :border "1px solid #e3e9ed"
:border-radius "3px"} :border-radius border-radius}
:children [[rc/checkbox :children [[rc/checkbox
:model ignore-unchanged? :model ignore-unchanged?
:label [:span "Ignore " [:b {:style {:font-weight "700"}} @ignore-unchanged-l2-count] " unchanged" [:br] "layer 2 subs"] :label [:span "Ignore " [:b {:style {:font-weight "700"}} @ignore-unchanged-l2-count] " unchanged" [:br] "layer 2 subs"]