"he-blank" Not Working for Color Bulb Tiles

I've used this on numerous tiles before without issue. For some reason, setting "he-blank" on a color -bulb tile just shrinks the icon, it does not remove/hide it. Any thoughts?

Before

After

This set the icon to nothing but the background is set to reflect the current bulb color. Use this CSS:

#tile-43 .material-icons {background-color: transparent !important;}
1 Like

Thank you. Great catch, I would have never thought of that.