Commit ea13689c by Chris Rodriguez

LMS: changing nav element in payment flow to div element for a11y improvements

parent 397da0db
......@@ -157,7 +157,7 @@
<% } %>
<% if ( isActive ) { %>
<nav class="nav-wizard is-ready <% if ( isActive && !upgrade ) { %>center<% } %>">
<div class="nav-wizard is-ready <% if ( isActive && !upgrade ) { %>center<% } %>">
<% if ( upgrade ) { %>
<a class="next action-primary is-disabled right" id="pay_button" aria-disabled="true">
<%- gettext( "Next: Make payment" ) %>
......@@ -167,7 +167,7 @@
<%- gettext( "Continue to payment" ) %>
</a>
<% } %>
</nav>
</div>
<% } %>
<form id="payment-processor-form"></form>
......
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