#### Bug, feature request, or proposal: Bug #### What is the expected behavior? ``` <a md-button color="primary" [routerLink]="['/gotosomewhere']">Click me</a> ``` The button created using anchor element should be visually same as button element. #### What is the current behavior? It is not same. There is no mouse (one finger hand) icon and text is dimmed. #### What are the steps to reproduce? Just upgraded from alpha9 to alpha10. #### What is the use-case or motivation for changing an existing behavior? None #### Which versions of Angular, Material, OS, browsers are affected? Material alpha10 #### Is there anything else we should know? None