mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-07 03:22:21 +03:00
adb7828003
refs #11863 * 🐛 Gave various buttons accessible labels Hidden span elements are not rendered to assistive technologies, so duplicate the text in an aria-label on the button element. * 🐛 Fixed various accessibility issues in the editor * Made menus menus and menu item menuitems. * Added labels to buttons where there were only hidden spans, or no text at all. * Made separators show up for screen readers.
5 lines
238 B
Handlebars
5 lines
238 B
Handlebars
{{#if (and this.showMenu this.itemSections)}}
|
|
<div class="koenig-cardmenu {{kg-style "cardmenu"}}" role="menu">
|
|
<KoenigMenuContent @itemSections={{this.itemSections}} @itemClicked={{action "itemClicked"}} />
|
|
</div>
|
|
{{/if}} |