[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:
Grzegorz Jaśkowski
2026-06-05 15:44:14 +02:00
committed by GitHub
parent e5498848f8
commit 836eaaaea9
2 changed files with 14 additions and 4 deletions
@@ -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)
)
);
}
}
}