Issue
I'm trying to remove shadow to this particular button. On click of button the list pop's up
<div>
<button type="button" mat-icon-button
(click)="onTogglMenu()">
<mat-icon svgIcon="add"></mat-icon>
</button>
</div>
Solution
I have just added this piece of code
[disableRipple]="true"
Answered By - Arun Arnon
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.