fix(emoji): Don't allow emoji images to be dragged into attachments

This commit is contained in:
Ben Gotow 2016-04-12 14:37:14 -07:00
parent 8613921a55
commit f01cb6365f

View file

@ -16,6 +16,9 @@
}
}
img.emoji {
-webkit-user-drag: none;
}
spelling.misspelled {
background: linear-gradient(45deg, transparent, transparent 49%, red 49%, transparent 51%);
background-size: 2px 2px;