Heperlink changed to button to be accessed with keyboard users
ECOM-5301
This commit is contained in:
@@ -147,9 +147,14 @@
|
||||
|
||||
.retake-photos {
|
||||
color: $blue;
|
||||
background:none!important;
|
||||
border:0!important;
|
||||
padding:0!important;
|
||||
box-shadow: none;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user