mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4403] ClipboardDirective - add default translation key and fix styling (#4610)
* [ADF-4403] ClipboardDirective - add default translation key and fix style on sticky header * [ADF-4403] - lint * [ADF-4403] - revert datatable style * [ADF-4403] - fix unit tests * [ADF-4403] - fix e2e tests
This commit is contained in:
committed by
Maurizio Vitale
parent
fafe80c021
commit
834c32f23f
@@ -36,7 +36,7 @@ import { Node } from '@alfresco/js-api';
|
||||
template: `
|
||||
<ng-container>
|
||||
<span *ngIf="copyContent; else defaultCell"
|
||||
adf-clipboard="CLIPBOARD.CLICK_TO_COPY"
|
||||
adf-clipboard
|
||||
[clipboard-notification]="'CLIPBOARD.SUCCESS_COPY'"
|
||||
[attr.aria-label]="value$ | async"
|
||||
[title]="tooltip"
|
||||
|
@@ -558,15 +558,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.adf-datatable-copy-tooltip {
|
||||
position: absolute;
|
||||
background: mat-color($primary);
|
||||
color: mat-color($primary, default-contrast) !important;
|
||||
padding: 5px 10px;
|
||||
border-radius: 5px;
|
||||
bottom: 94%;
|
||||
left:0;
|
||||
z-index: 20;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user