Skip to content

Commit

Permalink
fix(@porrtal/a-shell-material): fix transparent background for cascad…
Browse files Browse the repository at this point in the history
…ing menu
  • Loading branch information
datumgeek committed Dec 11, 2022
1 parent b40746f commit 754c9a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
</button>
<button
mat-menu-item
class="menu-button"
[matMenuTriggerFor]="arrangeOptions"
[matMenuTriggerData]="{viewState}"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
max-width: 20px;
}

::ng-deep.mat-menu-panel {
background-color: #eee
}

mat-tab-group {
width: 100%;
height: 100%;
Expand Down

0 comments on commit 754c9a0

Please sign in to comment.