Skip to content

Instantly share code, notes, and snippets.

@BernhardRode
Created November 21, 2014 07:23
Show Gist options
  • Save BernhardRode/f0df75305066dca7e9c2 to your computer and use it in GitHub Desktop.
Save BernhardRode/f0df75305066dca7e9c2 to your computer and use it in GitHub Desktop.
/* Remove Outline on click @slackhq */
button {
&.close {
&:active {
color: rgb(42, 128, 185);
opacity:1;
}
&:focus {
outline: none;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment