canvasxpress-cli 58.4.1 → 58.5.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvasxpress-cli",
3
- "version": "58.4.1",
3
+ "version": "58.5.2",
4
4
  "license": {
5
5
  "type": "Dual licensing",
6
6
  "url": "https://www.canvasxpress.org/docs/license.html"
@@ -2321,11 +2321,11 @@ th.CanvasXpressTableCellHeadActive div.CanvasXpressTableCell {
2321
2321
  }
2322
2322
 
2323
2323
  th.CanvasXpressTableCellHead div.CanvasXpressTableCell {
2324
- border: var(--cx-border-transparent);
2324
+ /* border: var(--cx-border-transparent); */
2325
2325
  }
2326
2326
 
2327
2327
  th.CanvasXpressTableCellHeadActive div.CanvasXpressTableCell {
2328
- border: var(--cx-border)
2328
+ /* border: var(--cx-border) */
2329
2329
  }
2330
2330
 
2331
2331
  /***************/