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