mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
@@ -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
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user