Answers for "input element focus styles"

CSS
1

input focus border

input:focus{
	border-color: inherit;
    -webkit-box-shadow: none;
	box-shadow: none;
}
Posted by: Guest on July-27-2021
0

inline focus style

<a href="http://www.google.com" class=":hover{text-decoration:none;}">Google</a>
Posted by: Guest on September-15-2021

Browse Popular Code Answers by Language