mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-10449] Migrate ADW and ACC to MD3 (#5213)
* [ACS-10449] Fix library dialog button * [ACS-10449] Fix mixed decls sass warning
This commit is contained in:
+4
-4
@@ -6,16 +6,16 @@
|
||||
|
||||
.adf-datatable-cell-badge,
|
||||
* > .adf-datatable-cell-badge {
|
||||
display: flex;
|
||||
border-radius: 14px;
|
||||
padding: 8px;
|
||||
|
||||
@include mat.icon-overrides(
|
||||
(
|
||||
color: var(--theme-secondary-text)
|
||||
)
|
||||
);
|
||||
|
||||
display: flex;
|
||||
border-radius: 14px;
|
||||
padding: 8px;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--theme-selected-text-background);
|
||||
}
|
||||
|
||||
@@ -951,4 +951,14 @@
|
||||
app-comments-tab {
|
||||
--mdc-elevated-card-container-elevation: none;
|
||||
}
|
||||
|
||||
adf-library-dialog {
|
||||
.adf-action-buttons button[data-automation-id='create-library-id'] {
|
||||
@include mat.button-overrides(
|
||||
(
|
||||
text-label-text-color: var(--theme-primary-color)
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user