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.
This commit is contained in:
Sayam Samal
2025-08-09 19:17:55 +05:30
committed by Tim Abbott
parent cdea8e9d51
commit 9b979d4072

View File

@@ -65,7 +65,8 @@
} }
} }
&:hover { &:hover,
&.active-emoji-picker-reference {
background-color: var( background-color: var(
--background-color-modal-selectable-icon-hover --background-color-modal-selectable-icon-hover
); );