1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-07-03 03:18:58 +00:00

del -o-user-select: none;

Opera's `user-select` came with Blink: http://caniuse.com/#feat=user-select-none
This commit is contained in:
Tom Byrer 2014-11-11 09:15:42 -07:00
parent 92b06540c0
commit 29e62e425e

View File

@ -7,7 +7,6 @@
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
-o-user-select: none;
user-select: none; user-select: none;
} }
ul.emoji-list li { ul.emoji-list li {
@ -44,4 +43,4 @@
)); ));
</script> </script>
</body> </body>
</html> </html>