Fix mouse cursor on userlist

This commit is contained in:
Jérémie Astori 2018-04-30 01:03:47 -04:00
parent 0855d51e10
commit 5344768e93
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

View file

@ -1182,7 +1182,7 @@ kbd {
/* Parsed nicks and channels */
.chat .user,
#chat .user,
.inline-channel {
cursor: pointer;
transition: opacity 0.2s;
@ -1495,7 +1495,6 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
line-height: 1.6;
padding: 0 16px;
white-space: nowrap;
cursor: pointer;
}
#chat .user-mode::before {