Accessibility: Open User Details - Back icon arrow is identifie… (#5970)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
5997e0ce8c
commit
8d0df6cec3
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;">
|
||||
|
||||
@@ -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;">
|
||||
|
||||
Reference in New Issue
Block a user