mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +00:00
Change background for collapsible rows in data tables (#22372)
Update ha-data-table.ts
This commit is contained in:
parent
4dcae9c69c
commit
aa5f8dc082
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user