I'm using an input component and trying to remove the outline blue default color, but everything I tried failed
I already tried to change the CSS focus outline and box-shadow attributes
:focus {
outline: 0px !important;
-webkit-appearance: none;
box-shadow: none !important
}
I expect the blue outline to disappear when focused on the input component