An open API service indexing awesome lists of open source software.

https://github.com/realcyguy/unclickable-button

Makes an unclickable button by moving when hovered, requiring javascript, redirecting when devtools is open, setting the tabindex to -1 (un-tabable), not working with touch screens, enforcing minimum height and width, and preventDefault-ing key presses (like enter key).
https://github.com/realcyguy/unclickable-button

button css html javascript js unclickable

Last synced: about 1 month ago
JSON representation

Makes an unclickable button by moving when hovered, requiring javascript, redirecting when devtools is open, setting the tabindex to -1 (un-tabable), not working with touch screens, enforcing minimum height and width, and preventDefault-ing key presses (like enter key).

Awesome Lists containing this project

README

          

# Unclickable(?) button

> Makes an unclickable button by moving when hovered, requiring javascript, redirecting when devtools is open, setting the tabindex to -1 (un-tabable), not working with touch screens, enforcing minimum height and width, and preventDefault-ing key presses (like enter key).

[![Netlify Status](https://api.netlify.com/api/v1/badges/0b181a4a-5b63-41c0-afef-403343abbc35/deploy-status)](https://app.netlify.com/sites/unclickable/deploys)

Hosted on netlify: