@ni/nimble-components 28.0.2 → 28.0.3

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.
@@ -8922,6 +8922,10 @@ const QA=xe`
8922
8922
  background-color: transparent;
8923
8923
  }
8924
8924
 
8925
+ ::slotted([role='option']:hover) {
8926
+ background-color: ${Na};
8927
+ }
8928
+
8925
8929
  ::slotted([role='option'][active-option]) {
8926
8930
  background-color: ${Ra};
8927
8931
  }