Use default cursor for active channels
This commit is contained in:
parent
c4236e0e12
commit
d09a35b129
@ -820,6 +820,10 @@ background on hover (unless active) */
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#sidebar .chan.active {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#sidebar .chan.active .close {
|
||||
opacity: 0.4;
|
||||
display: unset;
|
||||
|
Loading…
Reference in New Issue
Block a user