diff --git a/lms/static/sass/views/_decoupled-verification.scss b/lms/static/sass/views/_decoupled-verification.scss index 2c4346a912..e5aee1bebc 100644 --- a/lms/static/sass/views/_decoupled-verification.scss +++ b/lms/static/sass/views/_decoupled-verification.scss @@ -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; } } diff --git a/lms/templates/verify_student/review_photos_step.underscore b/lms/templates/verify_student/review_photos_step.underscore index e859e98f0d..b969d5427c 100644 --- a/lms/templates/verify_student/review_photos_step.underscore +++ b/lms/templates/verify_student/review_photos_step.underscore @@ -49,9 +49,9 @@

<%- gettext( "Photos don't meet the requirements?" ) %> - +