[ADF-2174] Menus background color is not properly displayed in black themes (#2859)

* [ADF-2174] Menus background color is not properly displayed in black themes

* Removed global mat-menu-panel class style overriding

* * Refactored styles

* * Changed opacity property to rgba so that injected coponents will not be affected

* Removed fixed menu width
This commit is contained in:
Deepak Paul
2018-01-23 21:41:33 +05:30
committed by Eugenio Romano
parent 441d1e648e
commit 2e27662eb2
2 changed files with 41 additions and 51 deletions

View File

@@ -8,7 +8,7 @@
<ng-content select="[sidebar-menu-expand-icon]"></ng-content>
</div>
<mat-menu #adfSidebarMenu="matMenu" [overlapTrigger]="false" yPosition="below">
<mat-menu #adfSidebarMenu="matMenu" class="adf-sidebar-action-menu-panel" [overlapTrigger]="false" yPosition="below">
<div class="adf-sidebar-action-menu-options">
<ng-content select="[sidebar-menu-options]"></ng-content>
</div>