ITADN

Hover/Ripple ignores border radius for title card

#906Openalexsaas 创建于 2026-02-05
bug
A
alexsaascommented
It's only a minor error, but it bothers me a little. I have set a slightly larger border radius than the default in my theme. When using a native tile card as the title card for the expander card with a light entity, the hover/ripple effect ignores the border radius and is displayed as a rectangle: ![Image](https://github.com/user-attachments/assets/6b5d0f21-938a-4dd9-a2f5-9bd6b6037930) Here is an excerpt from the configuration: ``` title-card-clickable: false title-card-button-overlay: false title-card: type: tile entity: light.ambiente name: Ambiente vertical: false features_position: bottom style: |- .title-card-header { --ha-ripple-color: none; } .header { margin-right: 2px; --mdc-icon-size: 26px; } ```
17 条评论