mirror of https://github.com/zulip/zulip.git
user_card_popover: Rename `user_info_status_text` class.
This commit is contained in:
parent
d5f731f0bd
commit
b9e1537ee6
|
@ -875,7 +875,7 @@ ul {
|
|||
}
|
||||
}
|
||||
|
||||
.user_info_status_text {
|
||||
.user-card-status-text {
|
||||
opacity: 0.8;
|
||||
|
||||
.status-emoji {
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
{{/if}}
|
||||
|
||||
{{#if status_content_available}}
|
||||
<li class="user_info_status_text">
|
||||
<li class="user-card-status-text">
|
||||
<span id="status_message">
|
||||
{{#if status_emoji_info}}
|
||||
{{#if status_emoji_info.emoji_alt_code}}
|
||||
|
|
Loading…
Reference in New Issue