mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-10449] MD3 ADW fixes (#5215)
* [ACS-10449] ADW fix bulk actions and node info dialog icon * [ACS-10449] Address comments
This commit is contained in:
+9
-1
@@ -1,8 +1,16 @@
|
|||||||
@use '../../ui/mat-selectors' as ms;
|
@use '@angular/material' as mat;
|
||||||
|
|
||||||
.aca-bulk-actions-form-field {
|
.aca-bulk-actions-form-field {
|
||||||
margin-left: 24px;
|
margin-left: 24px;
|
||||||
width: 295px;
|
width: 295px;
|
||||||
|
|
||||||
|
@include mat.select-overrides(
|
||||||
|
(
|
||||||
|
placeholder-text-color: var(--adf-theme-foreground-text-color-060),
|
||||||
|
trigger-text-line-height: 20px,
|
||||||
|
trigger-text-tracking: normal
|
||||||
|
)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
.aca-bulk-actions-option-content {
|
.aca-bulk-actions-option-content {
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
@use '@angular/material' as mat;
|
||||||
|
|
||||||
.app-node-info {
|
.app-node-info {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -8,7 +10,12 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
color: var(--theme-app-blue-folder);
|
|
||||||
|
@include mat.icon-overrides(
|
||||||
|
(
|
||||||
|
color: var(--theme-app-blue-folder)
|
||||||
|
)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
.aca-node-info {
|
.aca-node-info {
|
||||||
@@ -56,11 +63,6 @@
|
|||||||
&-value {
|
&-value {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 70%;
|
width: 70%;
|
||||||
|
|
||||||
adf-icon.aca-node-icon,
|
|
||||||
adf-icon.aca-node-icon mat-icon {
|
|
||||||
color: var(--theme-app-blue-folder);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.aca-node-info-location {
|
.aca-node-info-location {
|
||||||
|
|||||||
Reference in New Issue
Block a user