Merge pull request #1524 from thelounge/astorije/fix-hover

Fix hovering condensed messages
This commit is contained in:
Jérémie Astori 2017-09-13 01:53:12 -04:00 committed by GitHub
commit 376e7a60fb
1 changed files with 1 additions and 1 deletions

View File

@ -845,7 +845,7 @@ kbd {
display: flex; display: flex;
} }
#chat .condensed-summary:hover { #chat .condensed-summary .content:hover {
opacity: 0.6; opacity: 0.6;
} }