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

Adds 'button' role to toggle icon for better a11y

closes #5696
- adds button role to toggle icon on new zelda menu
This commit is contained in:
Nazar Gargol 2015-08-20 12:51:44 +02:00
parent 26f7c5e0ad
commit b7f180ef07

View file

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