@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