Answers for "how to remove the focus border css"

CSS
7

remove blue border on a input

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

Code answers related to "how to remove the focus border css"

Browse Popular Code Answers by Language