piitaya / lovelace-mushroom-themes

Additional themes for Lovelace Mushroom Cards 🍄
Apache License 2.0
245 stars 19 forks source link

Sudden appearance of chip border after update 2.2.0 #38

Closed stefsoma closed 2 years ago

stefsoma commented 2 years ago

After updating to Mushroom v2.2.0 chips shows with a border. Used to be without. How can this be solved? Tried to play around with styles but no change.

image

This used to work

card_mod: style: | ha-card { --chip-box-shadow: none; --chip-background: none; --chip-spacing: 0; }

piitaya commented 2 years ago

How does it work with the latest version? It should be fixed

stefsoma commented 2 years ago

How does it work with the latest version? It should be fixed

It is fixed now. Shadow was obviously removed and replaced with border. Custom CSS works again so I were able to customize it to my preferance. Thanks for your great work!