Skip to content
Snippets Groups Projects
Commit 017291e4 authored by Nolan Darilek's avatar Nolan Darilek
Browse files

Use <button/> rather than <i/> for tab buttons.

parent 56af0dfa
No related branches found
No related tags found
No related merge requests found
<template name="flexTabBar"> <template name="flexTabBar">
{{#each buttons}} {{#each buttons}}
<div class="tab-button {{active}} {{visible}}" title="{{title}}"> <div class="tab-button {{active}} {{visible}}" title="{{title}}">
<i class="{{icon}}" aria-label="{{title}}" role="button" tabindex="0"></i> <button aria-label="{{title}}"><i class="{{icon}}"></i></button>
</div> </div>
{{/each}} {{/each}}
</template> </template>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment