Fix hovering condensed messages

This commit is contained in:
Jérémie Astori 2017-09-13 01:36:11 -04:00
parent 15b922595f
commit 6d08b8d087
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

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;
} }