Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove shadow for angular material mat-icon-button

Tags:

angular

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>
like image 554
Arun Arnon Avatar asked Oct 28 '25 03:10

Arun Arnon


1 Answers

I have just added this piece of code

[disableRipple]="true"

like image 62
Arun Arnon Avatar answered Nov 02 '25 13:11

Arun Arnon



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!