Commit 77c6529a by Tasawer

Heperlink changed to button to be accessed with keyboard users

ECOM-5301
parent 5d439669
......@@ -147,9 +147,14 @@
.retake-photos {
color: $blue;
&:hover {
cursor: pointer;
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