cameron / squirt

Speed read the web.
http://www.squirt.io
Apache License 2.0
1.22k stars 206 forks source link

avoid text selection on squirt controls #147

Closed lasergoat closed 7 years ago

lasergoat commented 10 years ago

When clicking the buttons text/icons are selectable.

Example:

2014-04-28_1501

Easily fixed with

-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;

source

lasergoat commented 7 years ago

closing issue because it's clearly not going to happen lol.