Remove ripple for disabled entities on a device card (#22589)

Update ha-device-entities-card.ts
This commit is contained in:
ildar170975 2024-10-30 13:17:18 +03:00 committed by GitHub
parent 76ee9ce202
commit cda34a6ffd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -305,6 +305,7 @@ export class HaDeviceEntitiesCard extends LitElement {
}
ha-list-item {
height: 40px;
--mdc-ripple-color: transparent;
}
`;
}