Skip to content

Showing properly icon beside of text in mat-stroked-button #10353

@bitbeter

Description

@bitbeter

Bug, feature request, or proposal:

There is a bug in showing simultaneously icon and text in horizontal middle.

What is the expected behavior?

In mat-button icon and text showing correctly, but in mat-stroked-button this feature not working.

screen shot 1396-12-19 at 13 24 54
screen shot 1396-12-19 at 13 25 16

<a color="primary" mat-stroked-button>
   <span>تایید نهایی</span>
   <mat-icon>done</mat-icon>
</a>

<a color="primary" mat-button>
   <span>تایید نهایی</span>
   <mat-icon>done</mat-icon>
</a>

I Working in rtl direction mode so maybe this feature working well in normal ltr direction.

Thank You 😘

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/buttonarea: material/icon

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions