You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My lovelace configuration method (GUI or yaml): yaml
What I am doing: Styling custom_fields in a custom:button-card. In custom fields i have a custom:mushroom-chips-card which has multiple chips of types template and conditional.
What I expected to happen: I have separate stylings for each chip. Each chip can be styled independent of another with these nth-child(X)$ selectors:
What happened instead: Just sometimes (randomly), styling of a chip affects the other chip.
Here you can see the problem:
(Third chip from type conditional -with shutter icon- has its own icon color definiton (always the same color) --color: {{ 'rgba(111, 111, 111, 1)' }}, but still gets the color of the first chip when the first chips state is on).
Bildschirmaufnahme.2024-10-13.um.13.35.09.mov
Minimal steps to reproduce: Randomly. I cannot reproduce the bug always.
Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.
The text was updated successfully, but these errors were encountered:
akcasoy
changed the title
Styling of a chip (with nth-child(X)$ selectors) affects the other chips sometimes
Styling of a chip (with nth-child(X)$ selectors) affects the other chips sometimes (rarely)
Oct 13, 2024
My Home Assistant version: 2024.10.1
card_mod Version: v3.4.3
My lovelace configuration method (GUI or yaml): yaml
What I am doing: Styling custom_fields in a custom:button-card. In custom fields i have a custom:mushroom-chips-card which has multiple chips of types template and conditional.
What I expected to happen: I have separate stylings for each chip. Each chip can be styled independent of another with these nth-child(X)$ selectors:
What happened instead: Just sometimes (randomly), styling of a chip affects the other chip.
Here you can see the problem:
(Third chip from type conditional -with shutter icon- has its own icon color definiton (always the same color) --color: {{ 'rgba(111, 111, 111, 1)' }}, but still gets the color of the first chip when the first chips state is on).
Bildschirmaufnahme.2024-10-13.um.13.35.09.mov
Minimal steps to reproduce: Randomly. I cannot reproduce the bug always.
Error messages from the browser console: No console errors.
By putting an X in the boxes ([]) below, I indicate that I:
Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).
Have made sure I am using the latest version of the plugin.
Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.
Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.
The text was updated successfully, but these errors were encountered: