You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using graphics as pins, the button.hotgraphic__pin element inherits the background color from .btn-icon. As such, you can see the button's background color when using transparent PNGs.
In this example, standard buttons have a gray background. This color is visible behind the star pin graphics:
Your environment
Framework 5.24.8
Vanilla theme 9.3.1
Hot Graphic 6.5.2
Steps to reproduce
Add a Hotgraphic.
Configure to use a graphic for a pin with the_pin option:
Subject of the issue
When using graphics as pins, the
button.hotgraphic__pin
element inherits the background color from.btn-icon
. As such, you can see the button's background color when using transparent PNGs.In this example, standard buttons have a gray background. This color is visible behind the star pin graphics:
Your environment
Steps to reproduce
_pin
option:Suggested next steps
Couple ideas for this:
_isTransparent
that would live in the_pin
object. When this is true, the background color would be set to transparent.The text was updated successfully, but these errors were encountered: