Skip to content

Instantly share code, notes, and snippets.

@richtabor
Last active October 11, 2017 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richtabor/78df5f2251a3971c97b2f49a9a9e64c9 to your computer and use it in GitHub Desktop.
Save richtabor/78df5f2251a3971c97b2f49a9a9e64c9 to your computer and use it in GitHub Desktop.
select,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
outline: none;
border: 2px solid #aaa;
&:hover {
border-color: #666;
}
&:focus {
border-color: #333;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment