canvasxpress 53.1.1 → 53.2.3

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
@@ -3,7 +3,7 @@
3
3
  "main": "src/canvasXpress.js",
4
4
  "style": "src/canvasXpress.css",
5
5
  "title": "CanvasXpress",
6
- "version": "53.1.1",
6
+ "version": "53.2.3",
7
7
  "license": {
8
8
  "type": "Dual licensing",
9
9
  "url": "https://www.canvasxpress.org/docs/license.html"
@@ -2099,7 +2099,7 @@ th.CanvasXpressTableCellHeadActive {
2099
2099
  border-bottom: var(--cx-border-transparent);
2100
2100
  border-left: none;
2101
2101
  border-right: var(--cx-border-transparent);
2102
- font-weight: bold;
2102
+ font-weight: normal;
2103
2103
  opacity: 0.95;
2104
2104
  padding: 2px;
2105
2105
  vertical-align: middle;
@@ -2113,14 +2113,14 @@ tr > th.CanvasXpressTableCellActive:last-child {
2113
2113
  th.CanvasXpressTableCellHead {
2114
2114
  background: var(--cx-background-accent-color);
2115
2115
  font: var(--cx-x-large-font);
2116
- font-weight: bold;
2116
+ font-weight: normal;
2117
2117
  color: var(--cx-font-color);
2118
2118
  }
2119
2119
 
2120
2120
  th.CanvasXpressTableCellHeadActive {
2121
2121
  background: var(--cx-background-accent-color);
2122
2122
  font: var(--cx-x-large-font);
2123
- font-weight: bold;
2123
+ font-weight: normal;
2124
2124
  color: var(--cx-font-color);
2125
2125
  }
2126
2126
 
@@ -2145,13 +2145,13 @@ a.CanvasXpressTableCellHeadActive {
2145
2145
 
2146
2146
  td.CanvasXpressTableCell,
2147
2147
  td.CanvasXpressTableCellActive {
2148
- border-top: none;
2148
+ border-top: none !important;
2149
2149
  border-bottom: var(--cx-border-transparent);
2150
- border-left: none;
2150
+ border-left: none !important;
2151
2151
  border-right: var(--cx-border-transparent);
2152
2152
  font: var(--cx-x-large-font);
2153
2153
  color: var(--cx-font-color);
2154
- padding: 2px;
2154
+ padding: 2px !important;
2155
2155
  vertical-align: middle;
2156
2156
  }
2157
2157