mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-10226] Improve color contrast for better accessibility (#4931)
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
@use '../styles/mat-selectors' as ms;
|
||||
@use '@angular/material' as mat;
|
||||
|
||||
.aca-manage-rules {
|
||||
@include mat.button-overrides(
|
||||
(
|
||||
outlined-outline-color: var(--adf-theme-foreground-text-color-064)
|
||||
)
|
||||
);
|
||||
|
||||
#{ms.$mat-slide-toggle}:is(mat-slide-toggle) #{ms.$mat-switch}:enabled #{ms.$mat-switch-track}::after {
|
||||
background: var(--mdc-switch-selected-track-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user