sass-references/angular-material/material/button/icon-button.html

12 lines
399 B
HTML
Raw Normal View History

2024-12-06 10:42:08 +08:00
<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>