@neovici/cosmoz-omnitable 14.14.1 → 14.14.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.
@@ -261,10 +261,9 @@ export default css`
261
261
  display: flex;
262
262
  align-items: center;
263
263
  justify-content: center;
264
- color: var(--cz-bg-color, #ccc);
264
+ color: #ccc;
265
265
  }
266
266
  .tableContent-empty.overlay {
267
- background-color: (var(--cz-bg-color, #ccc));
268
267
  color: #333;
269
268
  z-index: 1;
270
269
  }
@@ -315,7 +314,6 @@ export default css`
315
314
  flex-basis: 0.000001px;
316
315
  display: flex;
317
316
  flex-direction: column;
318
- color: var(--cz-bg-color, #ccc);
319
317
  }
320
318
 
321
319
  .itemRow {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-omnitable",
3
- "version": "14.14.1",
3
+ "version": "14.14.2",
4
4
  "description": "[![Build Status](https://travis-ci.org/Neovici/cosmoz-omnitable.svg?branch=master)](https://travis-ci.org/Neovici/cosmoz-omnitable)",
5
5
  "keywords": [
6
6
  "web-components"