Commit 7171ade7 by Tasawer Nawaz Committed by GitHub

Merge pull request #13314 from…

Merge pull request #13314 from edx/tasawer/bugfix/ecom-5301-hyperlink-fixed-to-be-accessed-with-keyboard

Heperlink changed to button to be accessed with keyboard users
parents 0ad22b13 77c6529a
......@@ -147,9 +147,14 @@
.retake-photos {
color: $blue;
&:hover {
background:none!important;
border:0!important;
padding:0!important;
box-shadow: none;
cursor: pointer;
&:hover, &:focus {
text-decoration: underline;
}
}
......
......@@ -49,9 +49,9 @@
<div class="copy">
<p>
<%- gettext( "Photos don't meet the requirements?" ) %>
<a id="retake_photos_button" class="retake-photos">
<button id="retake_photos_button" class="retake-photos">
<%- gettext( "Retake Your Photos" ) %>
</a>
</button>
</p>
</div>
</div>
......
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