@ni/nimble-components 18.3.0 → 18.3.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.
@@ -2516,11 +2516,15 @@ const hp="underline",up="outline",pp="block",gp=fe`
2516
2516
  var(--ni-private-listbox-padding)
2517
2517
  );
2518
2518
  z-index: 1;
2519
- padding: var(--ni-private-listbox-padding);
2520
2519
  box-shadow: ${ta};
2521
2520
  border: 1px solid ${Ur};
2522
2521
  background-color: ${Hr};
2523
- background-clip: padding-box;
2522
+ }
2523
+
2524
+ .listbox slot {
2525
+ display: block;
2526
+ background: transparent;
2527
+ padding: var(--ni-private-listbox-padding);
2524
2528
  }
2525
2529
 
2526
2530
  .listbox[hidden] {
@@ -2624,6 +2628,10 @@ const hp="underline",up="outline",pp="block",gp=fe`
2624
2628
  :host([disabled]) .control {
2625
2629
  background-color: rgba(${Dr}, 0.07);
2626
2630
  }
2631
+ `),Wu(ps,fe`
2632
+ .listbox slot {
2633
+ background: ${rs(No,.15)};
2634
+ }
2627
2635
  `)),vp=fe`
2628
2636
  .error-icon {
2629
2637
  display: none;