Skip to content

Commit

Permalink
Remove ripple for disabled entities on a device card (#22589)
Browse files Browse the repository at this point in the history
Update ha-device-entities-card.ts
  • Loading branch information
ildar170975 authored Oct 30, 2024
1 parent 76ee9ce commit cda34a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ export class HaDeviceEntitiesCard extends LitElement {
}
ha-list-item {
height: 40px;
--mdc-ripple-color: transparent;
}
`;
}
Expand Down

0 comments on commit cda34a6

Please sign in to comment.