[ADF-2774] fixed message bus, background and language dropdowns that were hidden by the toolbar (#3379)

This commit is contained in:
Georgiana Roman
2018-05-23 21:23:50 +03:00
committed by Eugenio Romano
parent 30f13cdecd
commit 5831bc1d77
4 changed files with 11 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<mat-icon>format_color_fill</mat-icon>
</button>
<mat-menu class="docs-theme-picker-menu" #themeMenu="matMenu" x-position="before">
<mat-menu class="docs-theme-picker-menu adf-menu" #themeMenu="matMenu" x-position="before">
<button *ngFor="let theme of themes" [attr.data-automation-id]="theme.name" mat-menu-item (click)="installTheme(theme)" >
<mat-icon mat-list-icon [matTooltip]="theme.name" class="docs-theme-chosen-icon" [style.color]="theme.accent"
[style.background]="theme.primary"