Last Updated: February 25, 2016
·
1.411K
· iondrimba

Remove default browser outline on focus

/* dont forget to replace your custom focus style */
input:focus {
    outline: none;
}

2 Responses
Add your response

According to your title, I think it should be:
input:focus {
outline: none;
}

over 1 year ago ·

Updated :)

over 1 year ago ·