Hide the icon background for mobile

This commit is contained in:
Tessa Kelly 2022-03-09 15:32:40 -08:00
parent 3e75b090c8
commit 2e31f2c4d1

View File

@ -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