We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2559bd3 commit 95a06a7Copy full SHA for 95a06a7
src/elements/card.ts
@@ -144,8 +144,8 @@ export class TodayCard extends LitElement {
144
@action=${this.handleTapAction}
145
.actionHandler=${actionHandler()}
146
>
147
- ${actionable ? html`<ha-ripple></ha-ripple>` : nothing}
148
<div class="card-content">${this.renderEvents()}</div>
+ ${actionable ? html`<ha-ripple></ha-ripple>` : nothing}
149
</ha-card>
150
`;
151
}
0 commit comments