Inconsistency
<button md-icon-button>
<md-icon>some_ligature</md-icon>
</button>
background should be transparent
<button md-icon-button>
<md-icon>some_ligature</md-icon>
</button>
is not transparent
but
<a md-icon-button>
<md-icon>some_ligature</md-icon>
</a>
is transparent
Inconsistency with the documentation and the behavior of a
& button
https://github.com/angular/material2/blob/master/src/lib/button/README.md
Alpha9-3
Both button
and a
have transparent background in current master.
This appears to longer be true. <button mat-icon-button>
is not transparent to me. I have @angular/material-5.2.3 installed.
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
This appears to longer be true.
<button mat-icon-button>
is not transparent to me. I have @angular/material-5.2.3 installed.