We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Feature
<md-icon></md-icon> should be centered inside <button md-icon-button></button> when it's size is reduced.
<md-icon></md-icon>
<button md-icon-button></button>
<md-icon></md-icon> isn't centered inside <button md-icon-button></button> when the font-size is modified.
template
<button md-icon-button> <md-icon>remove</md-icon> </button>
css
md-icon { font-size: 16px; }
css workaround
md-icon { margin-top: 6px; font-size: 16px; }
pic
Inside other element, icons aren't aligned with the text because of this behavior
ng-cli beta.16 generated project angular material alpha9-3