@embeddable.com/remarkable-ui 2.0.24 → 2.0.26
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.
|
@@ -178,15 +178,10 @@
|
|
|
178
178
|
pointer-events: none;
|
|
179
179
|
}
|
|
180
180
|
|
|
181
|
-
.table tbody tr.stickyLastRow th
|
|
182
|
-
.table tbody tr.stickyLastRow td
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
left: 0;
|
|
186
|
-
right: 0;
|
|
187
|
-
top: calc(-1 * var(--em-tablechart-border-width, 1px));
|
|
188
|
-
height: var(--em-tablechart-border-width, 1px);
|
|
189
|
-
background: var(--em-tablechart-border-color, #ededf1);
|
|
181
|
+
.table tbody tr.stickyLastRow th,
|
|
182
|
+
.table tbody tr.stickyLastRow td {
|
|
183
|
+
border-top: var(--em-tablechart-border-width, 1px) solid
|
|
184
|
+
var(--em-tablechart-border-color, #ededf1);
|
|
190
185
|
}
|
|
191
186
|
|
|
192
187
|
.table tbody tr.tableLastRow td {
|