mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-08 14:51:14 +00:00
[ACS-5540] added tooltips
This commit is contained in:
@@ -395,7 +395,7 @@
|
|||||||
},
|
},
|
||||||
"INFO_DRAWER": {
|
"INFO_DRAWER": {
|
||||||
"TITLE": "Details",
|
"TITLE": "Details",
|
||||||
"CLOSE": "Close",
|
"REDUCE_PANEL": "Reduce panel",
|
||||||
"DATA_LOADING": "Data is loading",
|
"DATA_LOADING": "Data is loading",
|
||||||
"TABS": {
|
"TABS": {
|
||||||
"PROPERTIES": "Properties",
|
"PROPERTIES": "Properties",
|
||||||
@@ -403,7 +403,7 @@
|
|||||||
"VERSIONS": "Versions",
|
"VERSIONS": "Versions",
|
||||||
"COMMENTS": "Comments",
|
"COMMENTS": "Comments",
|
||||||
"PERMISSIONS": "Permissions",
|
"PERMISSIONS": "Permissions",
|
||||||
"EXPAND": "Expand"
|
"EXPAND": "Expand panel"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TOOLTIPS": {
|
"TOOLTIPS": {
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
class="aca-close-details-button"
|
class="aca-close-details-button"
|
||||||
mat-icon-button
|
mat-icon-button
|
||||||
data-automation-id="close-library"
|
data-automation-id="close-library"
|
||||||
title="{{ 'APP.INFO_DRAWER.CLOSE' | translate }}"
|
title="{{ 'APP.INFO_DRAWER.REDUCE_PANEL' | translate }}"
|
||||||
(click)="goBack()">
|
(click)="goBack()">
|
||||||
<mat-icon>fullscreen_exit</mat-icon>
|
<mat-icon>fullscreen_exit</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
|
@@ -38,6 +38,7 @@ $disabled-chip-background-color: #f5f5f5;
|
|||||||
$contrast-gray: #646569;
|
$contrast-gray: #646569;
|
||||||
$metadata-property-panel-border-color: rgba(0, 0, 0, 0.12);
|
$metadata-property-panel-border-color: rgba(0, 0, 0, 0.12);
|
||||||
$metadata-buttons-background-color: rgba(33, 33, 33, 0.05);
|
$metadata-buttons-background-color: rgba(33, 33, 33, 0.05);
|
||||||
|
$metadata-action-button-clear-color: #212328b2;
|
||||||
|
|
||||||
// CSS Variables
|
// CSS Variables
|
||||||
$defaults: (
|
$defaults: (
|
||||||
@@ -80,7 +81,8 @@ $defaults: (
|
|||||||
--theme-disabled-chip-background-color: $disabled-chip-background-color,
|
--theme-disabled-chip-background-color: $disabled-chip-background-color,
|
||||||
--theme-contrast-gray: $contrast-gray,
|
--theme-contrast-gray: $contrast-gray,
|
||||||
--theme-metadata-property-panel-border-color: $metadata-property-panel-border-color,
|
--theme-metadata-property-panel-border-color: $metadata-property-panel-border-color,
|
||||||
--theme-metadata-buttons-background-color: $metadata-buttons-background-color
|
--theme-metadata-buttons-background-color: $metadata-buttons-background-color,
|
||||||
|
--theme-metadata-action-button-clear-color: $metadata-action-button-clear-color
|
||||||
);
|
);
|
||||||
|
|
||||||
// propagates SCSS variables into the CSS variables scope
|
// propagates SCSS variables into the CSS variables scope
|
||||||
|
Reference in New Issue
Block a user