UX: emoji highlighting is more box shaped

This eliminates a flicker you used to get with the circle radius
This commit is contained in:
Sam 2018-05-01 12:12:11 +10:00
parent 5f2f36fdd7
commit 727f90023f
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ img.emoji {
.emoji-picker .section-group button.emoji:hover, .emoji-picker .results button.emoji:hover {
display: inline-block;
vertical-align: top;
border-radius: 50%;
border-radius: 2px;
background-color: lighten($tertiary, 40%);
}