Answers for "remove blue box around input"

CSS
12

remove blue border on a input

input:focus {
    outline: none !important;
}
Posted by: Guest on April-16-2020

Browse Popular Code Answers by Language