@ni/nimble-components 18.3.6 → 18.3.7
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/dist/all-components-bundle.js +2 -0
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +2 -0
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/table/styles.js +2 -0
- package/dist/esm/table/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -26717,6 +26717,7 @@
|
|
|
26717
26717
|
width: 100%;
|
|
26718
26718
|
height: 100%;
|
|
26719
26719
|
position: absolute;
|
|
26720
|
+
pointer-events: none;
|
|
26720
26721
|
}
|
|
26721
26722
|
|
|
26722
26723
|
.row:hover::before {
|
|
@@ -26729,6 +26730,7 @@
|
|
|
26729
26730
|
height: 100%;
|
|
26730
26731
|
position: absolute;
|
|
26731
26732
|
background: ${fillHoverColor};
|
|
26733
|
+
pointer-events: none;
|
|
26732
26734
|
}
|
|
26733
26735
|
|
|
26734
26736
|
.row::before {
|