Merge pull request #2487 from thelounge/astorije/nick-pointer

Fix mouse cursor on userlist
This commit is contained in:
Pavel Djundik 2018-05-31 12:15:50 +03:00 committed by GitHub
commit 20abf92e4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {