Hmmm⌠canât transition gradients so no go on my plan. Tried some ideas but nothing works. So unfortunately you will need to have a helper entity to manage your gradient if you want to debounce the transition, but even then you wonât get a nice fade, but just one abrupt transition rather than a few.
Any workaround, if possible, would be based on putting the graident background as a :before element, managing its opacity, then transitioning opacity. See Transitioning Gradients.
Any workaround, if possible, would be based on putting the graident background as a :before element, managing its opacity, then transitioning opacity. See Transitioning Gradients.
Iâll dig into this in the coming week or two and see what I can come up with. Thanks @dcapslock!
I am trying to add backdrop filter and set background to the .mdc-menu-surface dropdown element across ha. I have just tryied to apply the style in dev tools and getting weird results:
I have in my theme set the header to be transparent:
And when I remove color and background in the devtools from the .mdc-menu-surface it becomes transparent and when I add backdrop-filter, nothing happens:
Hi,
In a âcustom:multiple-entity-rowâ I want to:
A. change the color of the left icon (green)
B. change the color of the left text ânameâ (orange)
C. change the color of the right texte âstateâ (red)
I found in this topic each solution (thanks to Ildar_Gabdullin), I could combine 2 of them but not the last one. How can write the code to get all colors inside the same line?
Is there a way to âguessâ which âkeywordâ (state-badge, .info, .state-entity, hui-generic-entity-row, âŚ) I need to use.
Here is my code, the first entity is request A and B, the second entity is request C , the third entity is what I tried but it donât work.
But actually you should have found out the solution by yourself. See, the main icon-related part is in shadiwroot ($), other stuff - not. Now you need to combine two parts - shadowroot-part and ânormalâ part. Check âfantastic post - other stuff - how to combineâ for explanation.
Thank you very much, it works . I need to read all the documentation again, for the moment I still donât understand all the levels, and what is at which level .
Thanks again for your help and for all the documentation you made!