@ni/nimble-components 7.8.0 → 7.8.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/dist/all-components-bundle.js +4 -0
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +1 -1
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/tree-item/styles.js +4 -0
- package/dist/esm/tree-item/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -18362,6 +18362,10 @@
|
|
|
18362
18362
|
background: ${fillHoverColor};
|
|
18363
18363
|
}
|
|
18364
18364
|
|
|
18365
|
+
:host([${groupSelectedAttribute}]) .positioning-region:hover {
|
|
18366
|
+
background: ${fillHoverSelectedColor};
|
|
18367
|
+
}
|
|
18368
|
+
|
|
18365
18369
|
:host(${focusVisible}) .positioning-region {
|
|
18366
18370
|
box-shadow: 0px 0px 0px ${borderWidth} ${borderHoverColor} inset;
|
|
18367
18371
|
outline: ${borderWidth} solid ${borderHoverColor};
|