mirror of
https://github.com/thelounge/thelounge
synced 2024-11-26 22:10:22 +00:00
Merge pull request #3364 from thelounge/xpaw/active-chan-cursor
Use default cursor for active channels
This commit is contained in:
commit
7e27f2d058
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