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

View file

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