mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-10231] Make dialog title to be announced as header
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
||||
<div mat-dialog-title class="aca-edit-rule-dialog__header">
|
||||
<div class="aca-edit-rule-dialog__header__title" data-automation-id="edit-rule-dialog-title">
|
||||
<div class="aca-edit-rule-dialog__header">
|
||||
<h2 mat-dialog-title class="aca-edit-rule-dialog__header__title" data-automation-id="edit-rule-dialog-title">
|
||||
{{ title | translate }}
|
||||
</div>
|
||||
</h2>
|
||||
<button mat-icon-button mat-dialog-close class="aca-edit-rule-dialog__header__close" tabindex="-1"
|
||||
[title]="'ACA_FOLDER_RULES.EDIT_RULE_DIALOG.CLOSE' | translate">
|
||||
<mat-icon class="aca-edit-rule-dialog__header__icon">close</mat-icon>
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
flex-grow: 1;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
&__close {
|
||||
|
||||
+3
-3
@@ -1,7 +1,7 @@
|
||||
<div mat-dialog-title class="aca-rule-set-picker__header">
|
||||
<div class="aca-rule-set-picker__header__title">
|
||||
<div class="aca-rule-set-picker__header">
|
||||
<h2 mat-dialog-title class="aca-rule-set-picker__header__title">
|
||||
{{ 'ACA_FOLDER_RULES.LINK_RULES_DIALOG.TITLE' | translate }}
|
||||
</div>
|
||||
</h2>
|
||||
<button mat-icon-button mat-dialog-close [aria-label]="'ACA_FOLDER_RULES.EDIT_RULE_DIALOG.CLOSE' | translate" class="aca-rule-set-picker__header__close">
|
||||
<mat-icon class="aca-rule-set-picker__header__close__icon">close</mat-icon>
|
||||
</button>
|
||||
|
||||
+1
@@ -22,6 +22,7 @@
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
flex-grow: 1;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
&__close {
|
||||
|
||||
Reference in New Issue
Block a user