Fix mouse cursor on userlist
This commit is contained in:
parent
0855d51e10
commit
5344768e93
@ -1182,7 +1182,7 @@ kbd {
|
|||||||
|
|
||||||
/* Parsed nicks and channels */
|
/* Parsed nicks and channels */
|
||||||
|
|
||||||
.chat .user,
|
#chat .user,
|
||||||
.inline-channel {
|
.inline-channel {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: opacity 0.2s;
|
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;
|
line-height: 1.6;
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .user-mode::before {
|
#chat .user-mode::before {
|
||||||
|
Loading…
Reference in New Issue
Block a user