Remove default browser outline on focus
/* dont forget to replace your custom focus style */
input:focus {
    outline: none;
}Written by Ion D. Filho
Related protips
2 Responses
 
According to your title, I think it should be:
    input:focus {
        outline: none;
    }
over 1 year ago
·
 
Updated :)
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
 #Css 
Authors
Related Tags
#css
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#
 
 
 
 
