mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 10:16:46 +00:00
Improve ripple background color for tile card (#18579)
This commit is contained in:
parent
244868348b
commit
75626431b1
@ -460,6 +460,7 @@ export class HuiTileCard extends LitElement implements LovelaceCard {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
border-radius: var(--ha-card-border-radius, 12px);
|
border-radius: var(--ha-card-border-radius, 12px);
|
||||||
|
inset: calc(-1 * var(--ha-card-border-width, 1px));
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user