Components: md-icon-button background should be transparent

Created on 9 Nov 2016  路  3Comments  路  Source: angular/components

Bug, feature request, or proposal:

Inconsistency

What is the expected behavior?

<button md-icon-button>
  <md-icon>some_ligature</md-icon>
</button>

background should be transparent

What is the current behavior?

<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

What is the use-case or motivation for changing an existing behavior?

Inconsistency with the documentation and the behavior of a & button
https://github.com/angular/material2/blob/master/src/lib/button/README.md

Which versions of Angular, Material, OS, browsers are affected?

Alpha9-3

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.

All 3 comments

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._

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Miiekeee picture Miiekeee  路  3Comments

constantinlucian picture constantinlucian  路  3Comments

jelbourn picture jelbourn  路  3Comments

RoxKilly picture RoxKilly  路  3Comments

kara picture kara  路  3Comments