Skip to content

Instantly share code, notes, and snippets.

@jrmarqueshd
Last active December 16, 2019 14:45
Show Gist options
  • Save jrmarqueshd/4acafbc552f73a9756a82866878f5725 to your computer and use it in GitHub Desktop.
Save jrmarqueshd/4acafbc552f73a9756a82866878f5725 to your computer and use it in GitHub Desktop.
Create a outline with radius
a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
box-shadow: 0 0 2pt 1pt rgba(179, 230, 254, 1) !important;
outline-color: transparent !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment