mirror of https://github.com/zulip/zulip.git
popover: Rename user-card-status-text.
This commit is contained in:
parent
6caacbcd07
commit
d6219e93a8
|
@ -503,7 +503,7 @@ export function initialize(): void {
|
|||
});
|
||||
|
||||
delegate("body", {
|
||||
target: ".user-card-status-text .status-emoji",
|
||||
target: ".user-card-status-area .status-emoji",
|
||||
appendTo: () => document.body,
|
||||
});
|
||||
|
||||
|
|
|
@ -991,7 +991,7 @@ ul {
|
|||
}
|
||||
}
|
||||
|
||||
.user-card-status-text {
|
||||
.user-card-status-area {
|
||||
opacity: 0.8;
|
||||
|
||||
.status-emoji {
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
{{/if}}
|
||||
|
||||
{{#if status_content_available}}
|
||||
<li class="user-card-status-text">
|
||||
<li class="user-card-status-area">
|
||||
<span id="status_message">
|
||||
{{#if status_emoji_info}}
|
||||
{{#if status_emoji_info.emoji_alt_code}}
|
||||
|
|
Loading…
Reference in New Issue