Add Thick Border Color on hover as a styling option to FormField inputs
We should have the option to modify the color of the thick mouseover border, either through theme or direct styling. Defaulting to black is not ideal for many color palettes
On mouseover of a FormField with appearance="outline" the border is thick solid black with no clear way to style it
Styling and theming
Angular: Angular 5/6
Angular Material: 5/6 (current 6.3.2)
OS: Windows (not tested others)
Browsers: IE, Chrome

I think this is working as intended, if you're using a dark theme it shows up as white. you can see this on the docs site by going to the theme chooser and picking one of the bottom two themes which are dark themes. You can read more about theming at https://material.angular.io/guide/theming
If it helps, I did it by adding the following code to the component scss file:
/deep/.mat-form-field-appearance-outline .mat-form-field-outline-thick {
color: var(--app-priamry-color);
}
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._