diff --git a/src/app/components/favorites/favorites.component.html b/src/app/components/favorites/favorites.component.html
index 68b6d6a64..3a9f28062 100644
--- a/src/app/components/favorites/favorites.component.html
+++ b/src/app/components/favorites/favorites.component.html
@@ -7,6 +7,7 @@
@@ -85,7 +91,7 @@
mat-menu-item
*ngIf="canManageVersionsOfShared(documentList.selection)"
[app-node-versions]="documentList.selection">
- storage
+ storage
{{ 'APP.ACTIONS.VERSIONS' | translate }}
diff --git a/src/app/components/trashcan/trashcan.component.html b/src/app/components/trashcan/trashcan.component.html
index 9999a736d..7e7548eee 100644
--- a/src/app/components/trashcan/trashcan.component.html
+++ b/src/app/components/trashcan/trashcan.component.html
@@ -5,6 +5,7 @@
button {
- color: $alfresco-secondary-text-color;
+ .adf-toolbar {
+ @include angular-material-theme($theme);
+
+ &.inline {
+ .mat-toolbar {
+ background-color: mat-color($background, background);
}
}
}
-}
-.secondary-options {
- // TODO remove once it gets to ADF
- button {
- color: $alfresco-secondary-text-color;
- }
+ .secondary-options {
+ @include angular-material-theme($theme);
- .icon-highlight {
- color: $alfresco-primary-accent--default;
+ .toolbar__option--active {
+ color: mat-color($accent) !important;
+ }
+
+ .toolbar__option--default {
+ color: mat-color($primary, .87) !important;
+ }
+
+ button span {
+ color: mat-color($primary, .87);
+ }
}
}