mirror of
https://github.com/thelounge/thelounge
synced 2024-11-26 14:00:21 +00:00
Fix hovering condensed messages
This commit is contained in:
parent
15b922595f
commit
6d08b8d087
1 changed files with 1 additions and 1 deletions
|
@ -845,7 +845,7 @@ kbd {
|
|||
display: flex;
|
||||
}
|
||||
|
||||
#chat .condensed-summary:hover {
|
||||
#chat .condensed-summary .content:hover {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue