mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
This commit restyles the profile, account and privacy settings buttons as follows: - "Preview profile": action-button-quiet-brand - Pencil for email editing: icon-button-brand - "Change your password": action-button-quiet-brand - "Deactivate account": action-button-quiet-danger - "Manage your API key": action-button-quiet-brand Fixes part of #33130.
6 lines
533 B
Handlebars
6 lines
533 B
Handlebars
<button type="button" {{#if id}}id="{{id}}"{{/if}} class="{{#if custom_classes}}{{custom_classes}} {{/if}}icon-button {{#if squared}}icon-button-square {{/if}}icon-button-{{intent}} {{#if hidden}}hide{{/if}}" {{#if data-tooltip-template-id}}data-tooltip-template-id="{{data-tooltip-template-id}}"{{/if}} tabindex="0" {{#if aria-label}}aria-label="{{aria-label}}"{{/if}}
|
|
{{#if data-tippy-content}}data-tippy-content="{{data-tippy-content}}"{{/if}}
|
|
>
|
|
<i class="zulip-icon zulip-icon-{{icon}}" aria-hidden="true"></i>
|
|
</button>
|