mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-28 18:24:04 +03:00
Inlineify the lock on inside styles
This commit is contained in:
parent
2e20c18346
commit
dd10cd6b5b
@ -273,6 +273,10 @@ buildCheckbox assets modifierClasses model labelContent =
|
||||
css
|
||||
[ cursor pointer
|
||||
, outline none
|
||||
, paddingLeft (px 35)
|
||||
, backgroundImage assets CheckboxLockOnInside
|
||||
, backgroundSize (px 24)
|
||||
, backgroundRepeat noRepeat
|
||||
]
|
||||
, labelClasses = labelClass model.selected
|
||||
, labelContent = labelContent
|
||||
@ -512,19 +516,6 @@ containerStyles =
|
||||
]
|
||||
|
||||
|
||||
lockOnInsideStyles assets =
|
||||
[ descendants
|
||||
[ Css.Foreign.label
|
||||
[ paddingLeft (px 35)
|
||||
, backgroundImage assets CheckboxLockOnInside
|
||||
, backgroundSize (px 24)
|
||||
, backgroundRepeat noRepeat
|
||||
, property "cursor" "pointer"
|
||||
]
|
||||
]
|
||||
]
|
||||
|
||||
|
||||
unlockableStyles assets =
|
||||
[ descendants
|
||||
[ Css.Foreign.label
|
||||
|
Loading…
Reference in New Issue
Block a user