@ni/nimble-components 10.0.3 → 10.0.4

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.
@@ -14591,7 +14591,7 @@
14591
14591
  }
14592
14592
 
14593
14593
  :host([disabled]) slot[name='start']::slotted(*) {
14594
- opacity: 0.6;
14594
+ opacity: 0.3;
14595
14595
  }
14596
14596
 
14597
14597
  [part='end'] {
@@ -14599,6 +14599,10 @@
14599
14599
  ${iconColor.cssCustomProperty}: ${buttonLabelFontColor};
14600
14600
  }
14601
14601
 
14602
+ :host([disabled]) slot[name='end']::slotted(*) {
14603
+ opacity: 0.3;
14604
+ }
14605
+
14602
14606
  :host([content-hidden]) [part='end'] {
14603
14607
  display: none;
14604
14608
  }