interactiveRob
2/19/2018 - 3:15 PM

Remove user-agent blue border focus styling on input elements CSS

Remove user-agent blue border focus styling on input elements CSS

//-----------------------Remove User Agent Focus Styling-----------------------
input:focus, textarea, [contenteditable="true"]:focus {
    outline: none;
}