Merge pull request #2975 from thelounge/xpaw/fix-2969

Fix .active styles incorrectly applying to hovered users in userlist
This commit is contained in:
Pavel Djundik 2019-01-15 13:32:47 +02:00 committed by GitHub
commit 3457e2cfde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -935,7 +935,7 @@ background on hover (unless active) */
margin: 20px 0 10px;
}
#windows .active {
#windows .window.active {
display: flex;
flex-direction: column;
}
@ -968,11 +968,6 @@ background on hover (unless active) */
font-size: 14px;
}
#windows #chat-container.active {
display: flex;
flex-direction: column;
}
#chat {
overflow: hidden;
flex: 1 0 auto;