mirror of https://github.com/zulip/zulip.git
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:
parent
7546e3325f
commit
884d4dad6e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue