Describe the bug
All text input form elements show the disabled border color when not disabled. It looks like @include u-disabled-high-contrast-border;
was mistakenly added to %block-input-styles
.
Steps to reproduce the bug
- Visit any text input element
- Input
- Combobox
- Input mask
- Activate HC mode
- Inspect element
- Border color reflects
GrayText
colors which are disabled styles by default
Expected Behavior
Border color should match default text colors
Related code
No response
Screenshots
Enabled forms with disabled borders:

Expected:

System setup
No response
Additional context
No response
Code of Conduct