@indico-data/design-system 2.34.0 → 2.34.1

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/lib/index.css CHANGED
@@ -1012,7 +1012,6 @@ a:hover, .link:hover {
1012
1012
  .table .highlighted {
1013
1013
  box-shadow: var(--pf-table-highlighted-box-shadow);
1014
1014
  transform: translateY(-2px);
1015
- z-index: 1;
1016
1015
  border-bottom: var(--pf-border-md) solid var(--pf-table-highlighted-color);
1017
1016
  }
1018
1017
  .table .highlighted .rdt_TableCell {
package/lib/index.esm.css CHANGED
@@ -1012,7 +1012,6 @@ a:hover, .link:hover {
1012
1012
  .table .highlighted {
1013
1013
  box-shadow: var(--pf-table-highlighted-box-shadow);
1014
1014
  transform: translateY(-2px);
1015
- z-index: 1;
1016
1015
  border-bottom: var(--pf-border-md) solid var(--pf-table-highlighted-color);
1017
1016
  }
1018
1017
  .table .highlighted .rdt_TableCell {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indico-data/design-system",
3
- "version": "2.34.0",
3
+ "version": "2.34.1",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "lib/index.js",
@@ -92,7 +92,6 @@
92
92
  .highlighted {
93
93
  box-shadow: var(--pf-table-highlighted-box-shadow);
94
94
  transform: translateY(-2px);
95
- z-index: 1;
96
95
  border-bottom: var(--pf-border-md) solid var(--pf-table-highlighted-color);
97
96
 
98
97
  .rdt_TableCell {