fix: Show pointer on hovering on mention list

(cherry picked from commit 22a2803f7b)
This commit is contained in:
Suraj Shetty 2021-04-30 10:44:46 +05:30 committed by mergify-bot
parent ad3149c733
commit 0edc05fda8

View file

@ -105,6 +105,7 @@
padding: 10px 12px;
height: initial;
line-height: initial;
cursor: pointer;
&.selected {
background-color: var(--control-bg);