Skip to content

[Mat Action Row] Missing left margin for buttons other than mat-button #12011

@IlCallo

Description

@IlCallo

Bug, feature request, or proposal:

Bug

What is the expected behavior?

All buttons types should have a 8px margin left when in a mat-action-row, except for the first one in the row (mat-action-row>button:first-of-type or something like that)

What is the current behavior?

Only mat-button have it, which is set with this rule; .mat-action-row button.mat-button

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

Angular 6.0.6
Material 6.3.1

Is there anything else we should know?

Maybe something like mat-button-base shall become the general class added to all buttons and manage styling which must be applied to all buttons regardless of the appearance, like this one. instead of repeating all mat-buttons selectors

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions