0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00

Merge pull request #5697 from Gargol/a11y-improvement-for-menu-toggle

Adds 'button' role to toggle menu icon for better a11y
This commit is contained in:
John O'Nolan 2015-08-21 10:23:43 +02:00
commit 641de0157a

View file

@ -1 +1 @@
<i class="{{iconClass}}"></i>
<i class="{{iconClass}}" role="button"></i>