@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.
@@ -1223,7 +1223,7 @@ const Lc="outline",Tc="ghost",Rc="block",Pc=mt`
1223
1223
  }
1224
1224
 
1225
1225
  :host([disabled]) slot[name='start']::slotted(*) {
1226
- opacity: 0.6;
1226
+ opacity: 0.3;
1227
1227
  }
1228
1228
 
1229
1229
  [part='end'] {
@@ -1231,6 +1231,10 @@ const Lc="outline",Tc="ghost",Rc="block",Pc=mt`
1231
1231
  ${mn.cssCustomProperty}: ${yr};
1232
1232
  }
1233
1233
 
1234
+ :host([disabled]) slot[name='end']::slotted(*) {
1235
+ opacity: 0.3;
1236
+ }
1237
+
1234
1238
  :host([content-hidden]) [part='end'] {
1235
1239
  display: none;
1236
1240
  }