Skip to content

Commit

Permalink
fix export report button for keyboard only nav
Browse files Browse the repository at this point in the history
fixes OUT-422

test plan:
- go to the learning mastery gradebook
- enable voiceover
- navigate to the 'export report' button
- it should be clear you're on the button,
  not focused on just the icon or text
- ensure there's no regression on original
  ui issue: CNVS-30068

Change-Id: I6b38fad3e99709467ed425e977299dd2abbf21a6
Reviewed-on: https://gerrit.instructure.com/93746
Reviewed-by: Michael Brewer-Davis <[email protected]>
QA-Review: Cemal Aktas <[email protected]>
Tested-by: Jenkins
Product-Review: Nathan Rogowski <[email protected]>
  • Loading branch information
MLBerns committed Nov 2, 2016
1 parent 45d3ce0 commit aa9f173
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/views/jst/gradebook2/outcome_gradebook.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
</ul>
<ul class="operations unstyled" >
<li class="operation-view">
<span class="operation"><a href="#" class="export-content icon-export-content"></a></span>
<span class="operation-label">{{#t "export_report"}}Export Report{{/t}}</span>
<a href="#" class="export-content icon-export-content">
<span class="operation-label">{{#t}}Export report{{/t}}</span>
</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit aa9f173

Please sign in to comment.