Merge pull request #2487 from thelounge/astorije/nick-pointer
Fix mouse cursor on userlist
This commit is contained in:
commit
20abf92e4b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user