[ACA-3278] Header - extension actions not visible (#1462)

* custom toolbar actions theme

* update  tests
This commit is contained in:
Cilibiu Bogdan
2020-05-12 08:53:30 +03:00
committed by GitHub
parent 03a1a5c0e9
commit 7b0ce29000
3 changed files with 53 additions and 2 deletions

View File

@@ -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);
}
}