You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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