mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-7446] - Upload progress box issues
This commit is contained in:
committed by
VitoAlbano
parent
ef28b13870
commit
689c3ee623
@@ -7,7 +7,7 @@
|
||||
[class.adf-upload-dialog--minimized]="isDialogMinimized">
|
||||
<header class="adf-upload-dialog__header">
|
||||
<button
|
||||
mat-button
|
||||
mat-icon-button
|
||||
class="adf-upload-dialog__header-button"
|
||||
[attr.data-automation-id]="'adf-upload-dialog__toggle-minimize'"
|
||||
[attr.aria-label]="(isDialogMinimized ?
|
||||
@@ -17,9 +17,7 @@
|
||||
[attr.aria-expanded]="!isDialogMinimized"
|
||||
(click)="toggleMinimized()">
|
||||
<mat-icon
|
||||
matListItemLine
|
||||
class="adf-upload-dialog__header-button-icon"
|
||||
title="{{ (isDialogMinimized ? 'ADF_FILE_UPLOAD.BUTTON.MAXIMIZE': 'ADF_FILE_UPLOAD.BUTTON.MINIMIZE') | translate }}">
|
||||
class="adf-upload-dialog__header-button-icon">
|
||||
{{ isDialogMinimized ? 'keyboard_arrow_up' : 'keyboard_arrow_down' }}
|
||||
</mat-icon>
|
||||
</button>
|
||||
|
@@ -25,13 +25,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
&__header {
|
||||
.adf-upload-dialog__header {
|
||||
padding: 1em;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
&-button:is(button) {
|
||||
.adf-upload-dialog__header-button:is(button) {
|
||||
min-width: 0;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
padding: 0;
|
||||
line-height: 0;
|
||||
color: var(--adf-theme-foreground-text-color-054);
|
||||
|
Reference in New Issue
Block a user