https://i.stack.imgur.com/eSODL.png
Looking for a solution regarding the mat-input field
<mat-form-field>
<input class='formulaInput' matInput [(ngModel)]='mathFormulaInput'>
</mat-form-field>
The blue background of the focused input is not what I want. Is there an easy CSS trick to hide it?