Hi, dear community!
Anyone can help me with how can I remove the focus border from the input box in the dawn theme?
please see the attached image: https://paste.pics/I8048

Thanks
Hi, dear community!
Anyone can help me with how can I remove the focus border from the input box in the dawn theme?
please see the attached image: https://paste.pics/I8048

Thanks
Hi, @ashraful41
You can try this code
.field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select:after ,.field__input:focus-visible, .select__select:focus-visible, .customer .field input:focus-visible, .customer select:focus-visible, .localization-form__select:focus-visible.localization-form__select:after {
box-shadow: 0 0 0 0 !important;
}
Working thank you !