compote-ui 0.38.0 → 0.38.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
>
|
|
119
119
|
{#if isRowSelectionEnabled}
|
|
120
120
|
<td
|
|
121
|
-
class="border-b border-surface-
|
|
121
|
+
class="border-b border-surface-2 bg-(--row-bg) px-3 py-2 text-center align-middle group-last/row:border-b-0"
|
|
122
122
|
style="position: sticky; left: 0; z-index: 1"
|
|
123
123
|
>
|
|
124
124
|
<Checkbox
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
{@const columnDef = getColumnMeta(cell.column.columnDef)}
|
|
136
136
|
<td
|
|
137
137
|
class={cn(
|
|
138
|
-
'truncate border-b border-surface-
|
|
138
|
+
'truncate border-b border-b-surface-2 px-3 py-2 group-last/row:border-b-0',
|
|
139
139
|
alignClass(columnDef?.align),
|
|
140
140
|
cell.column.getIsPinned() && 'bg-(--row-bg)'
|
|
141
141
|
)}
|
|
@@ -183,9 +183,7 @@
|
|
|
183
183
|
{/if}
|
|
184
184
|
</td>
|
|
185
185
|
{/each}
|
|
186
|
-
<td
|
|
187
|
-
aria-hidden="true"
|
|
188
|
-
class="border-b border-surface-3 p-0 group-last/row:border-b-0"
|
|
186
|
+
<td aria-hidden="true" class="border-b border-surface-2 p-0 group-last/row:border-b-0"
|
|
189
187
|
></td>
|
|
190
188
|
</tr>
|
|
191
189
|
{:else}
|