UX: emoji highlighting is more box shaped
This eliminates a flicker you used to get with the circle radius
This commit is contained in:
parent
5f2f36fdd7
commit
727f90023f
|
@ -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%);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue