@ni/nimble-components 11.6.0 → 11.6.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.
@@ -16504,6 +16504,10 @@
16504
16504
  bottom-border-width: var(--ni-private-bottom-border-width);
16505
16505
  }
16506
16506
 
16507
+ .control:focus-within {
16508
+ border-bottom-color: ${borderHoverColor};
16509
+ }
16510
+
16507
16511
  :host(.invalid) .control {
16508
16512
  border-bottom: var(--ni-private-bottom-border-width) solid ${failColor};
16509
16513
  }