Change background for collapsible rows in data tables (#22372)

Update ha-data-table.ts
This commit is contained in:
ildar170975 2024-10-16 10:10:32 +03:00 committed by GitHub
parent 4dcae9c69c
commit aa5f8dc082
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1200,6 +1200,7 @@ export class HaDataTable extends LitElement {
display: flex; display: flex;
align-items: center; align-items: center;
cursor: pointer; cursor: pointer;
background-color: var(--primary-background-color);
} }
.group-header ha-icon-button { .group-header ha-icon-button {