@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.
@@ -19547,11 +19547,15 @@
19547
19547
  var(--ni-private-listbox-padding)
19548
19548
  );
19549
19549
  z-index: 1;
19550
- padding: var(--ni-private-listbox-padding);
19551
19550
  box-shadow: ${elevation2BoxShadow};
19552
19551
  border: 1px solid ${popupBorderColor};
19553
19552
  background-color: ${applicationBackgroundColor};
19554
- background-clip: padding-box;
19553
+ }
19554
+
19555
+ .listbox slot {
19556
+ display: block;
19557
+ background: transparent;
19558
+ padding: var(--ni-private-listbox-padding);
19555
19559
  }
19556
19560
 
19557
19561
  .listbox[hidden] {
@@ -19655,6 +19659,10 @@
19655
19659
  :host([disabled]) .control {
19656
19660
  background-color: rgba(${borderRgbPartialColor}, 0.07);
19657
19661
  }
19662
+ `), themeBehavior(Theme.color, css `
19663
+ .listbox slot {
19664
+ background: ${hexToRgbaCssColor(White, 0.15)};
19665
+ }
19658
19666
  `));
19659
19667
 
19660
19668
  const styles$s = css `