mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
[ACA-3278] Header - extension actions not visible (#1462)
* custom toolbar actions theme * update tests
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@mixin toolbar-actions-theme($theme) {
|
||||
$foreground: map-get($theme, foreground);
|
||||
|
||||
app-toolbar-button,
|
||||
app-toolbar-menu,
|
||||
adf-dynamic-component {
|
||||
color: mat-color($foreground, text, 0.72);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user