catamphetamine / react-phone-number-input

React component for international phone number input
http://catamphetamine.gitlab.io/react-phone-number-input/
MIT License
924 stars 194 forks source link

Remove border from Phone Number Input. #402

Closed visibleajay closed 2 years ago

visibleajay commented 2 years ago

Would like to apply custom styling to remove border from phone number input when it is in focus and when it's used as normally.

Screenshot 2022-03-14 at 7 23 10 PM

Though, was able to achieve border as 0 on normal state with

.PhoneInput .PhoneInputInput {
  border: 0;
}

but border soon pops out when input element is in focus.

catamphetamine commented 2 years ago

There's no border CSS rule.

https://github.com/catamphetamine/react-phone-number-input/blob/master/style.css

visibleajay commented 2 years ago

@catamphetamine I have disabled most of the css but the border fill is still present. Please guide in removing the border fill from the active component.

catamphetamine commented 2 years ago

Then you're on your own