Removing ‘blue border’ from input text field

by skybers
Whenever you may face the issue with anchor/link/input elements such as <a>, <button>, <input>, <textarea> show unexpected border when you clicked on the element, and how to remove it by CSS?
This is very easiest solution to remove show unexpected border.
To remove blue border on focus from all input, textarea and button
input, textarea, button { outline:none; }
To remove blue border on focus from anchor point
a { outline:none; }
Recommended Posts

How to use require field in bootstrap form?
July 25, 2018

Bootstrap NavBar with left, or right aligned items
June 7, 2018

Use Border Radius in our HTML File
May 28, 2018