mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-3590] Fix contrast issues in ACA (#7867)
* [ACS-3590] Fix contrast issues in ACA * [ACS-3590] Apply CR fixes
This commit is contained in:
@@ -109,7 +109,7 @@ $content-node-selector-thumbnail-width: 35px !default;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.adf-datatable-selected > svg {
|
.adf-datatable-selected > svg {
|
||||||
fill: #00bcd4 !important;
|
fill: var(--theme-primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-no-content-container {
|
.adf-no-content-container {
|
||||||
|
@@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
<mat-slide-toggle
|
<mat-slide-toggle
|
||||||
class="adf-inherit-toggle"
|
class="adf-inherit-toggle"
|
||||||
|
color="primary"
|
||||||
data-automation-id="adf-inherit-toggle-button"
|
data-automation-id="adf-inherit-toggle-button"
|
||||||
[checked]="model.node.permissions.isInheritanceEnabled"
|
[checked]="model.node.permissions.isInheritanceEnabled"
|
||||||
(change)="permissionList.toggleInherited($event)">
|
(change)="permissionList.toggleInherited($event)">
|
||||||
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
@@ -224,7 +224,7 @@
|
|||||||
|
|
||||||
<ng-container *ngSwitchCase="'image'">
|
<ng-container *ngSwitchCase="'image'">
|
||||||
<adf-img-viewer [urlFile]="urlFileContent"
|
<adf-img-viewer [urlFile]="urlFileContent"
|
||||||
[nameFile]="displayName"
|
[nameFile]="displayName || fileName"
|
||||||
[blobFile]="blobFile"
|
[blobFile]="blobFile"
|
||||||
[readOnly]="readOnly"
|
[readOnly]="readOnly"
|
||||||
(error)="onUnsupportedFile()"
|
(error)="onUnsupportedFile()"
|
||||||
|
Reference in New Issue
Block a user