@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.
@@ -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};