I think the DOM path has changed slightly, so that the tile icon element no longer has the .icon class. Try this to see if it works for you (it does for me):
Already answered what was changed.
Suggest you to use Code Inspector before posting issues in Github.
Now the repo is cluttered with plenty of ābugsā (still open) which are āusersā errorsā in fact.
What card?
And why not checking with Code Inspector by yourself?
Clean up cache everywhere.
If some style does not work on some device - it may happen because of:
ā the device still have some old js-code in cache
ā the device has a browser which does not support (or supports wrongly) some CSS attrs/features.
Hi, is there a way to remove the light gray background of the selected part?
If I then click elsewhere in the dash it disappears.
Is it possible to remove the highlighted selection?
Currently I donāt have the possibility to use Code Inspector, but it should be the background when the mouse passes over it (but now I can only try from a smartphone). I tried a few times but failed.
mushroom custom title cards
and i tried but i am quite new to this and i am not really sure what i am looking for or at, which would be why i asked for help
i can still find primary-text-color in the css, but that is about where i got lost
it is the computer i cleared cache on where it no longer works
i am using the same browser on both so my guess is that is the issue there
If you need a ready answer:
ā post a SHORT code of your card;
ā explain what you want to achieve;
ā show what you tried.
Or - using Code Inspector, localize the element you wish to style; then see in Code Inspector which property is used (which you want to override) and what value it is equal to. Then try to write a card-mod code with a defined path to the element. Post here in case of questions / failuresā¦