1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

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

View File

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