mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-30 00:52:50 +03:00
Hide the icon background for mobile
This commit is contained in:
parent
3e75b090c8
commit
2e31f2c4d1
@ -534,7 +534,9 @@ hideIconFor mediaQuery =
|
|||||||
Css.Global.selector "[role=img]"
|
Css.Global.selector "[role=img]"
|
||||||
[ Css.display Css.none
|
[ Css.display Css.none
|
||||||
]
|
]
|
||||||
, bannerImageBackground
|
, ExtraAttributes.nriDescriptionSelector bannerImageBackground
|
||||||
|
[ Css.display Css.none
|
||||||
|
]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@ -823,7 +825,7 @@ getIcon customIcon size theme =
|
|||||||
, width (px 35)
|
, width (px 35)
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
, nriDescription bannerImageBackground
|
, ExtraAttributes.nriDescription bannerImageBackground
|
||||||
]
|
]
|
||||||
[ UiIcon.bulb
|
[ UiIcon.bulb
|
||||||
|> NriSvg.withColor Colors.mustard
|
|> NriSvg.withColor Colors.mustard
|
||||||
|
Loading…
Reference in New Issue
Block a user