Skip to content

Commit

Permalink
don't apply watching focus if focus active
Browse files Browse the repository at this point in the history
  • Loading branch information
faebiedev committed Feb 25, 2024
1 parent 9ed36f6 commit ec96c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/chat/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ hr {
}
}

.watching-focus {
.watching-focus:not(.focus) {
.msg-emote,
.msg-user,
.msg-death {
Expand All @@ -872,7 +872,7 @@ hr {
}

/* Focus or highlight a line */
.focus:not(.watching-focus) .msg-chat {
.focus .msg-chat {
opacity: 0.3;

&.msg-pinned {
Expand Down

0 comments on commit ec96c36

Please sign in to comment.