Remove background colour from header cell for sorted column

This commit is contained in:
Andrew Kingston 2023-04-21 10:27:33 +01:00
parent eabd57d20b
commit 574595c0af
1 changed files with 0 additions and 4 deletions

View File

@ -100,7 +100,6 @@
style="flex: 0 0 {column.width}px;"
bind:this={anchor}
class:disabled={$isReordering || $isResizing}
class:sorted={sortedBy}
>
<GridCell
on:mousedown={onMouseDown}
@ -202,9 +201,6 @@
gap: calc(2 * var(--cell-spacing));
background: var(--spectrum-global-color-gray-100);
}
.header-cell.sorted :global(.cell) {
background: var(--spectrum-global-color-gray-200);
}
.name {
flex: 1 1 auto;