Answers for "input focus css default"

CSS
-1

input focus css default

/* This removes all focus effects */
element:focus {
	outline-style: none;
	box-shadow: none;
	border-color: transparent; 
}
Posted by: Guest on December-08-2020

Browse Popular Code Answers by Language