mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
This commit adds 'highlighted-element' class to <b> tags in the following compose banners: * jump_to_sent_message_conversation_banner * stream_does_not_exist_error * unknown_zoom_user_error * channel wildcard_mention_not_allowed_error * topic wildcard_mention_not_allowed_error 'highlighted-element' class sets the 'font-weight: 600', replacing the default of 700.
9 lines
339 B
Handlebars
9 lines
339 B
Handlebars
{{#> compose_banner . }}
|
|
<p class="banner_message">
|
|
{{#tr}}
|
|
Your Zulip account email (<z-highlight>{email}</z-highlight>) is not linked to this organization's Zoom account.
|
|
{{#*inline "z-highlight"}}<b class="highlighted-element">{{> @partial-block}}</b>{{/inline}}
|
|
{{/tr}}
|
|
</p>
|
|
{{/compose_banner}}
|