Skip to content

Commit

Permalink
Change background for collapsible rows in data tables (#22372)
Browse files Browse the repository at this point in the history
Update ha-data-table.ts
  • Loading branch information
ildar170975 authored Oct 16, 2024
1 parent 4dcae9c commit aa5f8dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/data-table/ha-data-table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,7 @@ export class HaDataTable extends LitElement {
display: flex;
align-items: center;
cursor: pointer;
background-color: var(--primary-background-color);
}
.group-header ha-icon-button {
Expand Down

0 comments on commit aa5f8dc

Please sign in to comment.