-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Card Mod Applying CSS to HA visibility tab in visual editor due to it being a "ha-card" #402
Comments
I gotcha, I totally understand how and why this happens now. great demonstration with making it red :) Does seem to be an interesting choice the way they chose to build that part of the UI. Perhaps it will get reworked in the future and resolve itself. In the mean time will disable the offending lines using a '-' which is something I learnt. I ended up removing and readding it after I was done testing some stuff before realising I could just slap a '-' in there. Thanks for the information |
Actually, any intentional change of some CSS property's name can make it "not working" - a browser simply does not recognize it. Suggestion:
|
yeah that makes sense I have renamed this issue hopefully more appropriately and will watch the frontend issue for updates. It makes sense that it was done that way for testing but its just a pain for card mod that that it got rolled out in that setup. hopefully they will rework it to be consistent with the rest of the UI soon. |
Some more remarks:
|
Looks Like the HA frontend issue: so the fix will probably roll out in 2024.10 next week and hopefully resolve the issue. |
Seems to be fixed in 2024.10 |
Fixed in 2024.10 thanks to home-assistant/frontend#22085 |
Noticed this since 2024.9 and also there in 2024.9.1
I have added
to some cards to prevent any interaction.
it appears that the CSS is partially effecting the visual editor and not allowing editing of a condition for visibility. these can still be edited from yaml and still work. its purely a graphical bug of the CSS effecting something it shouldn't.
Config and Layout tabs work fine it seems to be limited to the Visibility tab
I first noticed this with a bubble card however have reproduced it with a few other cards
The text was updated successfully, but these errors were encountered: