mirror of
https://github.com/thelounge/thelounge
synced 2024-11-26 05:50:22 +00:00
Use default cursor for active channels
This commit is contained in:
parent
c4236e0e12
commit
d09a35b129
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue