Accessibility: Open User Details - Back icon arrow is identifie… (#5970)

This commit is contained in:
Jan Skovgaard
2019-08-14 17:21:56 +02:00
committed by Sebastiaan Janssen
parent 5997e0ce8c
commit 8d0df6cec3
6 changed files with 21 additions and 7 deletions

View File

@@ -74,8 +74,11 @@
}
.umb-editor-header__back {
color: @gray-6;
margin-bottom: 1px;
background: transparent;
border: 0;
color: @gray-6;
margin: 0 0 1px 0;
padding: 0;
transition: color 0.1s ease-in-out;
}

View File

@@ -3,9 +3,10 @@
<div class="flex items-center" style="height: 100%;">
<div ng-if="showBackButton === true && splitViewOpen !== true" style="margin-right: 15px;">
<a class="umb-editor-header__back" href="#" ng-click="goBack()" prevent-default>
<button type="button" class="umb-editor-header__back" ng-click="goBack()" prevent-default>
<i class="fa fa-arrow-left" aria-hidden="true"></i>
</a>
<span class="sr-only"><localize key="visuallyHiddenTexts_goBack">Go back</localize></span>
</button>
</div>
<div class="flex items-center" style="flex: 1;">

View File

@@ -3,9 +3,10 @@
<div class="flex items-center" style="height: 100%;">
<div ng-if="showBackButton === true && splitViewOpen !== true" style="margin-right: 15px;">
<a class="umb-editor-header__back" href="#" ng-click="goBack()" prevent-default>
<button type="button" class="umb-editor-header__back" ng-click="goBack()" prevent-default>
<i class="fa fa-arrow-left" aria-hidden="true"></i>
</a>
<span class="sr-only"><localize key="visuallyHiddenTexts_goBack">Go back</localize></span>
</button>
</div>
<div class="flex items-center" style="flex: 1;">