Hide the picture

This commit is contained in:
Tessa Kelly 2020-11-06 11:28:00 -08:00
parent a6bbdc4413
commit 16263306ae

View File

@ -161,7 +161,7 @@ checkboxContainer model =
[ css
[ display block
, height inherit
, Css.Global.descendants [ Css.Global.input [ display none ] ]
--, Css.Global.descendants [ Css.Global.input [ display none ] ]
]
, Attributes.id (model.identifier ++ "-container")
, Events.stopPropagationOn "click" (Json.Decode.fail "stop click propagation")
@ -219,8 +219,9 @@ viewEnabledLabel model labelView icon =
, cursor pointer
]
]
[ viewIcon [] icon
, labelView model.label
[ --viewIcon [] icon
--,
labelView model.label
]