Improve ripple background color for tile card (#18579)

This commit is contained in:
Paul Bottein 2023-11-16 10:57:24 +01:00 committed by GitHub
parent 244868348b
commit 75626431b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -460,6 +460,7 @@ export class HuiTileCard extends LitElement implements LovelaceCard {
bottom: 0;
right: 0;
border-radius: var(--ha-card-border-radius, 12px);
inset: calc(-1 * var(--ha-card-border-width, 1px));
overflow: hidden;
}
.content {