mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-04 17:24:06 +03:00
Hide the picture
This commit is contained in:
parent
a6bbdc4413
commit
16263306ae
@ -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
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user