do not display clear on windows

This commit is contained in:
Joffrey JAFFEUX 2017-07-19 14:28:08 +02:00
parent a1de26d614
commit 8620662ac7
1 changed files with 4 additions and 0 deletions

View File

@ -178,6 +178,10 @@ body img.emoji {
padding-right: 24px;
}
.emoji-picker .filter input::-ms-clear {
display: none;
}
.emoji-picker .results {
display: none;
flex-wrap: wrap;