-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Description
Bug, feature request, or proposal:
In all the material samples of the https://material.angular.io/components/dialog section, the confirmative dialog buttons should be placed on the right side of the dialogs, as per Material design guidelines: https://material.io/guidelines/components/dialogs.html#dialogs-specs
What is the expected behavior?
All the confirmative buttons (like OK, Install etc) should be placed on the right, whereas the Dismissive actions (like No thanks etc) should go to the left.
What is the current behavior?
Currently, all the confirmative buttons are placed on the left, whereas the dismissive ones are placed on the right.
What are the steps to reproduce?
Open https://material.angular.io/components/dialog/overview and https://material.angular.io/components/dialog/examples pages and try open the sample dialogs
What is the use-case or motivation for changing an existing behavior?
The samples should conform to the official Material design Guidelines