12 lines
399 B
HTML
12 lines
399 B
HTML
<span class="mat-mdc-button-persistent-ripple mdc-icon-button__ripple"></span>
|
|
|
|
<ng-content></ng-content>
|
|
|
|
<!--
|
|
The indicator can't be directly on the button, because MDC uses ::before for high contrast
|
|
indication and it can't be on the ripple, because it has a border radius and overflow: hidden.
|
|
-->
|
|
<span class="mat-focus-indicator"></span>
|
|
|
|
<span class="mat-mdc-button-touch-target"></span>
|