@ni/nimble-components 29.1.2 → 29.1.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.
@@ -8910,6 +8910,7 @@ const rT=xe`
8910
8910
 
8911
8911
  .filter-icon {
8912
8912
  padding-left: ${il};
8913
+ ${ja.cssCustomProperty}: ${pc};
8913
8914
  }
8914
8915
 
8915
8916
  .filter-input {
@@ -11880,7 +11881,11 @@ const FP="underline",PP="outline",NP="block",LP="frameless",zP=xe`
11880
11881
 
11881
11882
  slot[name='start']::slotted(*) {
11882
11883
  flex: none;
11883
- ${ja.cssCustomProperty}: currentcolor;
11884
+ opacity: 0.6;
11885
+ }
11886
+
11887
+ :host([disabled]) slot[name='start']::slotted(*) {
11888
+ opacity: 0.3;
11884
11889
  }
11885
11890
 
11886
11891
  .control {