@datarailsshared/dr_renderer 1.2.93 → 1.2.94

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/pivot.css +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/dr_renderer",
3
- "version": "1.2.93",
3
+ "version": "1.2.94",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
package/src/pivot.css CHANGED
@@ -394,7 +394,7 @@ table.pvtTable.newPvtTable tbody tr td:hover {
394
394
 
395
395
  table.pvtTable.newPvtTable tbody tr td.hover:after,
396
396
  table.pvtTable.newPvtTable tbody tr td:hover:after {
397
- content: "\e90c";
397
+ content: "\e923";
398
398
  width: 2px;
399
399
  color: #85889c;
400
400
  font: normal normal normal 14px/1 DataRails;