remove background from uui-table-head in umb-table

This commit is contained in:
Nathan Woulfe
2024-02-19 18:11:29 +10:00
committed by Jacob Overgaard
parent 28be630a44
commit eb126c5cef

View File

@@ -275,9 +275,7 @@ export class UmbTableElement extends LitElement {
uui-table-head {
position: sticky;
top: 0;
background: white;
z-index: 1;
background-color: var(--uui-color-surface);
}
uui-table-row uui-checkbox {