@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.
@@ -1913,6 +1913,10 @@ const Hh=mt`
1913
1913
  bottom-border-width: var(--ni-private-bottom-border-width);
1914
1914
  }
1915
1915
 
1916
+ .control:focus-within {
1917
+ border-bottom-color: ${jn};
1918
+ }
1919
+
1916
1920
  :host(.invalid) .control {
1917
1921
  border-bottom: var(--ni-private-bottom-border-width) solid ${Fn};
1918
1922
  }