Use form-control to display box-shadow on form inputs/selects upon focus
[oweals/peertube.git] / client / src / app / +admin / moderation / video-abuse-list / moderation-comment-modal.component.html
index 303a788d2e4b5970d019c2c87b7c4ebe709c2324..8fbd33871a4636693edc4fa352b483ad4faae76a 100644 (file)
       </div>
 
       <div class="form-group inputs">
-        <span i18n class="action-button action-button-cancel" (click)="hide()">Cancel</span>
+        <input
+          type="button" role="button" i18n-value value="Cancel" class="action-button action-button-cancel"
+          (click)="hide()" (key.enter)="hide()"
+        >
 
         <input
           type="submit" i18n-value value="Update this comment" class="action-button-submit"