mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-9225] serious a11y testing side bar elements must meet minimum color contrast ratio thresholds (#10687)
* [ACS-9225] Fixed color contrast for sidebar elements * [ACS-9225] Applied fix also for processes
This commit is contained in:
@@ -23,6 +23,12 @@ adf-process-instance-filters {
|
||||
color: var(--theme-action-button-text-color);
|
||||
}
|
||||
}
|
||||
|
||||
&.adf-active {
|
||||
.adf-filter-action-button__label {
|
||||
color: var(--adf-sidenav-active-text-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -23,6 +23,12 @@ adf-task-filters {
|
||||
color: var(--theme-action-button-text-color);
|
||||
}
|
||||
}
|
||||
|
||||
&.adf-active {
|
||||
.adf-filter-action-button__label {
|
||||
color: var(--adf-sidenav-active-text-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user