From 9b979d40725f8094d45a41ef406470230e7b9fa0 Mon Sep 17 00:00:00 2001 From: Sayam Samal Date: Sat, 9 Aug 2025 19:17:55 +0530 Subject: [PATCH] user_status: Add active state styling to status emoji picker. This commit adds the active state styling to the status emoji picker, when the status emoji picker popover is open. --- web/styles/user_status.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/styles/user_status.css b/web/styles/user_status.css index 27219d80e0..f1072e32c8 100644 --- a/web/styles/user_status.css +++ b/web/styles/user_status.css @@ -65,7 +65,8 @@ } } - &:hover { + &:hover, + &.active-emoji-picker-reference { background-color: var( --background-color-modal-selectable-icon-hover );