emoji_picker: Change emoji background color when selected by hotkey.

[Tweaked by HarshitOnGithub to remove the `:hover` and `:active`
selector.]
This commit is contained in:
Cynthia Lin 2017-10-03 11:49:59 -07:00 committed by Tim Abbott
parent 7546e3325f
commit 884d4dad6e
1 changed files with 2 additions and 1 deletions

View File

@ -214,8 +214,9 @@
width: 25px;
}
.emoji-popover-emoji:not(.reacted):hover {
.emoji-popover-emoji:not(.reacted):focus {
background-color: hsl(0, 0%, 93%);
outline: none;
}
.emoji-popover-emoji.hide {