Files
zulip/web/templates/compose_banner/unknown_zoom_user_error.hbs
Prakhar Pratyush 2005e5f616 compose_banners: Add '.highlighted-element' to <b> in compose banners.
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.
2025-08-05 14:50:56 -07:00

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}}