From ec96c36fd6f682789d1d74ca0baffa50e91e2918 Mon Sep 17 00:00:00 2001 From: faebie Date: Sun, 25 Feb 2024 02:52:53 -0800 Subject: [PATCH] don't apply watching focus if focus active --- assets/chat/css/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/chat/css/style.scss b/assets/chat/css/style.scss index 9b100c4e..9814ef01 100644 --- a/assets/chat/css/style.scss +++ b/assets/chat/css/style.scss @@ -858,7 +858,7 @@ hr { } } -.watching-focus { +.watching-focus:not(.focus) { .msg-emote, .msg-user, .msg-death { @@ -872,7 +872,7 @@ hr { } /* Focus or highlight a line */ -.focus:not(.watching-focus) .msg-chat { +.focus .msg-chat { opacity: 0.3; &.msg-pinned {