From eb648195def7e0d8da2442a2b5b63b3ec555e005 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Tue, 15 Jan 2019 12:56:26 +0200 Subject: [PATCH] Fix .active styles incorrectly applying to hovered users in userlist Fixes #2969 --- client/css/style.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 5ecbe194..2be023bd 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -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;