mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
modal: Add '.highlighted-element' to <b> in try-zulip & api-key modals.
'highlighted-element' class sets the 'font-weight: 600', replacing the default of 700.
This commit is contained in:
committed by
Tim Abbott
parent
091ae95e69
commit
8248ef8de7
@@ -28,7 +28,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="show_api_key">
|
<div id="show_api_key">
|
||||||
<p>{{t "Your API key:" }}</p>
|
<p>{{t "Your API key:" }}</p>
|
||||||
<p><b><span id="api_key_value"></span></b></p>
|
<p><b class="highlighted-element"><span id="api_key_value"></span></b></p>
|
||||||
<div id="user_api_key_error" class="text-error"></div>
|
<div id="user_api_key_error" class="text-error"></div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
@@ -4,21 +4,25 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
{{#tr}}
|
{{#tr}}
|
||||||
You'll see a list of <b>recent conversations</b>, where each conversation is
|
You'll see a list of <z-highlight>recent conversations</z-highlight>, where each conversation is
|
||||||
labeled with a topic by the person who started it. Click on a conversation to
|
labeled with a topic by the person who started it. Click on a conversation to
|
||||||
view it. You can always get back to recent conversations from the left sidebar.
|
view it. You can always get back to recent conversations from the left sidebar.
|
||||||
|
{{#*inline "z-highlight"}}<b class="highlighted-element">{{> @partial-block}}</b>{{/inline}}
|
||||||
{{/tr}}
|
{{/tr}}
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
{{#tr}}
|
{{#tr}}
|
||||||
Click the name of a channel in the left sidebar, and click on any topic underneath
|
Click the name of a channel in the left sidebar, and click on any topic underneath
|
||||||
to view one conversation at a time. You can explore discussions of changes to the
|
to view one conversation at a time. You can explore discussions of changes to the
|
||||||
design of the Zulip app in <b>#design</b>, or see ongoing issue investigations in <b>#issues</b>.
|
design of the Zulip app in <z-highlight>#design</z-highlight>, or see ongoing issue
|
||||||
|
investigations in <z-highlight>#issues</z-highlight>.
|
||||||
|
{{#*inline "z-highlight"}}<b class="highlighted-element">{{> @partial-block}}</b>{{/inline}}
|
||||||
{{/tr}}
|
{{/tr}}
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
{{#tr}}
|
{{#tr}}
|
||||||
If you have any questions, please post in the <b>#user questions</b> channel, and we'll be happy to help.
|
If you have any questions, please post in the <z-highlight>#user questions</z-highlight> channel, and we'll be happy to help.
|
||||||
|
{{#*inline "z-highlight"}}<b class="highlighted-element">{{> @partial-block}}</b>{{/inline}}
|
||||||
{{/tr}}
|
{{/tr}}
|
||||||
</p>
|
</p>
|
||||||
|
Reference in New Issue
Block a user