mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-14 21:57:55 +08:00
fix(emoji): Don't allow emoji images to be dragged into attachments
This commit is contained in:
parent
8613921a55
commit
f01cb6365f
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img.emoji {
|
||||||
|
-webkit-user-drag: none;
|
||||||
|
}
|
||||||
spelling.misspelled {
|
spelling.misspelled {
|
||||||
background: linear-gradient(45deg, transparent, transparent 49%, red 49%, transparent 51%);
|
background: linear-gradient(45deg, transparent, transparent 49%, red 49%, transparent 51%);
|
||||||
background-size: 2px 2px;
|
background-size: 2px 2px;
|
||||||
|
|
Loading…
Reference in a new issue