Skip to content

Instantly share code, notes, and snippets.

@2thecrow
Last active November 18, 2023 18:37
Show Gist options
  • Save 2thecrow/98135e668aeb86970546bbf3f6825b5a to your computer and use it in GitHub Desktop.
Save 2thecrow/98135e668aeb86970546bbf3f6825b5a to your computer and use it in GitHub Desktop.
Remove actions on hover
.class {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment