mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
Eugenio Romano
parent
441d1e648e
commit
2e27662eb2
@@ -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>
|
||||
|
Reference in New Issue
Block a user