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 onboarding modals: * introduce inbox view modal * introduce recent conversations view modal * introduce resolve topic modal * introduce first channel created modal 'highlighted-element' class sets the 'font-weight: 600', replacing the default of 700.
7 lines
454 B
Handlebars
7 lines
454 B
Handlebars
{{#tr}}
|
|
You're marking the topic <z-highlight>{topic_name}</z-highlight> as resolved. This adds a ✔ at the beginning of the topic name to let everyone know that this conversation is done. <z-link>Learn more</z-link>
|
|
{{#*inline "z-link"}}<a target="_blank" rel="noopener noreferrer" href="/help/resolve-a-topic">{{>
|
|
@partial-block}}</a>{{/inline}}
|
|
{{#*inline "z-highlight"}}<b class="highlighted-element">{{> @partial-block}}</b>{{/inline}}
|
|
{{/tr}}
|