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 659999b5aa

View File

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