mirror of
https://github.com/twitter/twemoji.git
synced 2024-06-15 03:35:16 +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:
parent
92b06540c0
commit
29e62e425e
@ -7,7 +7,6 @@
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
ul.emoji-list li {
|
||||
@ -44,4 +43,4 @@
|
||||
));
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user