mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2355] Viewer - text color opacity (#2991)
This commit is contained in:
committed by
Denys Vuika
parent
a5eeeb4941
commit
1c48a3c0df
@@ -11,6 +11,10 @@
|
|||||||
|
|
||||||
.adf-viewer {
|
.adf-viewer {
|
||||||
|
|
||||||
|
.mat-toolbar, .mat-icon {
|
||||||
|
color: mat-color($foreground, text, 0.54);
|
||||||
|
}
|
||||||
|
|
||||||
&-main {
|
&-main {
|
||||||
width: 0;
|
width: 0;
|
||||||
}
|
}
|
||||||
@@ -41,6 +45,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
color: mat-color($foreground, text);
|
||||||
}
|
}
|
||||||
|
|
||||||
&-container {
|
&-container {
|
||||||
|
Reference in New Issue
Block a user