added twemoji in emoji autofill

This commit is contained in:
unknown 2021-08-09 14:43:43 +05:30
parent b552e2cda8
commit 0286a51525
2 changed files with 19 additions and 2 deletions

View file

@ -122,11 +122,16 @@
margin-left: var(--sp-extra-tight);
}
& .emoji {
width: 20px;
height: 20px;
}
&:hover {
background-color: var(--bg-caution-hover);
}
&:focus {
background-color: var(--bg-caution-hover);
background-color: var(--bg-caution-active);
box-shadow: var(--cmd-item-bar);
border-bottom: 2px solid transparent;
outline: none;