mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-25 22:53:34 +03:00
Add svg label
this seems redundant to me, but not sure how to get around it in the tests given how the tooltip currenlty works (probably display:none on the tooltip content rather than not rendering it would be better)
This commit is contained in:
parent
39eae7b313
commit
89e212d0bd
@ -161,6 +161,7 @@ allTabs openTooltipId =
|
|||||||
UiIcon.bulb
|
UiIcon.bulb
|
||||||
|> Svg.withWidth (Css.px 40)
|
|> Svg.withWidth (Css.px 40)
|
||||||
|> Svg.withHeight (Css.px 45)
|
|> Svg.withHeight (Css.px 45)
|
||||||
|
|> Svg.withLabel "Bulb"
|
||||||
|> Svg.withCss [ Css.padding2 Css.zero (Css.px 6) ]
|
|> Svg.withCss [ Css.padding2 Css.zero (Css.px 6) ]
|
||||||
|> Svg.toHtml
|
|> Svg.toHtml
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user