mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Add btn-default class to all default buttons (#6521)
This commit is contained in:
parent
0140844eb0
commit
c219a5fb1e
75 changed files with 219 additions and 178 deletions
|
@ -112,7 +112,7 @@
|
|||
|
||||
<div class="modal-footer discourse-local-dates-create-modal-footer">
|
||||
{{#if validDate}}
|
||||
{{d-button class="btn"
|
||||
{{d-button class="btn btn-default"
|
||||
action="save"
|
||||
label="discourse_local_dates.create.form.insert"}}
|
||||
{{/if}}
|
||||
|
@ -122,7 +122,7 @@
|
|||
</a>
|
||||
|
||||
{{d-button
|
||||
class="advanced-mode-btn"
|
||||
class="btn-default advanced-mode-btn"
|
||||
action=(action "advancedMode")
|
||||
icon="cog"
|
||||
label=toggleModeBtnLabel}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue