@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.
- package/dist/all-components-bundle.js +4 -0
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +4 -0
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/combobox/styles.js +5 -1
- package/dist/esm/combobox/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
}
|