mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
* fix generic error text and styles * search input layout and style fixes * settings theme * layout theme support * current user theme * theming support for header component * disable "use-host-property-decorator" tslint rule * sorting picker button theme
10 lines
229 B
SCSS
10 lines
229 B
SCSS
@mixin adf-search-sorting-picker-theme($theme) {
|
|
$foreground: map-get($theme, foreground);
|
|
|
|
.adf-search-sorting-picker {
|
|
.mat-icon-button {
|
|
color: mat-color($foreground, text, 0.54);
|
|
}
|
|
}
|
|
}
|