Skip to content

Instantly share code, notes, and snippets.

@NataliaAvila
Created May 10, 2020 15:27
Show Gist options
  • Save NataliaAvila/429c4eec4a9cce80dcf44cc4373d8892 to your computer and use it in GitHub Desktop.
Save NataliaAvila/429c4eec4a9cce80dcf44cc4373d8892 to your computer and use it in GitHub Desktop.
Remove push effect in a button on IE
//Remove push effect in a button on IE 11
button {
&:active {
position: relative;
top: -1px;
left: -1px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment