mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 04:51:17 +08:00
Add btn-default class to all default buttons (#6521)
This commit is contained in:
@ -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}}
|
||||
|
Reference in New Issue
Block a user