Skip to content

Instantly share code, notes, and snippets.

@robin-scott
Last active November 29, 2017 10:59
Show Gist options
  • Save robin-scott/050fdef923a3ea6aacd2e9bf37409fb7 to your computer and use it in GitHub Desktop.
Save robin-scott/050fdef923a3ea6aacd2e9bf37409fb7 to your computer and use it in GitHub Desktop.
Remove box around links in Storefront
a:focus,
.focus a {
outline: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment