@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::before,
182
- .table tbody tr.stickyLastRow td::before {
183
- content: '';
184
- position: absolute;
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embeddable.com/remarkable-ui",
3
- "version": "2.0.24",
3
+ "version": "2.0.26",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/embeddable-hq/remarkable-ui"