mirror of
https://github.com/TryGhost/Ghost-Admin.git
synced 2023-12-14 02:33:04 +01:00
882e4e4d17
Closes #4662 - Removed accessibility classes from `_shame.scss` in favour of those in `global.css`, which are from Bootstrap and better tested. - Change many instances if `class="hidden"` to `class="sr-only"`, so text intended to help with accessibility is not hidden from screen readers, only visually hidden.
12 lines
454 B
Handlebars
12 lines
454 B
Handlebars
<footer id="publish-bar">
|
|
<div class="publish-bar-inner">
|
|
{{render 'post-tags-input'}}
|
|
|
|
<div class="publish-bar-actions">
|
|
<button type="button" class="post-settings" {{action "toggleSettingsMenu"}}>
|
|
<span class="sr-only">Post settings menu</span>
|
|
</button>
|
|
{{view "editor-save-button" id="entry-actions" classNameBindings="model.isNew:unsaved"}}
|
|
</div>
|
|
</div>
|
|
</footer>
|