Commit b1e31c13 by Christine Lytwynec

Merge pull request #11098 from edx/clytwynec/ac-303

remove aria-hidden from staff lms controls
parents 6fcf83e6 c2e32502
......@@ -21,7 +21,7 @@ ${block_content}
</div>
% endif
% if not disable_staff_debug_info:
<div class="wrap-instructor-info" aria-hidden="true">
<div class="wrap-instructor-info">
<a class="instructor-info-action" href="#${element_id}_debug" id="${element_id}_trig">${_("Staff Debug Info")}</a>
% if settings.FEATURES.get('ENABLE_STUDENT_HISTORY_VIEW') and \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment