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
* feat(dialog): add dialog content elements
Adds the following dialog-specific directives:
* `md-dialog-close` - Closes the current dialog.
* `md-dialog-title` - Title of a dialog.
* `md-dialog-content` - Scrollable content for a dialog.
* `md-dialog-actions` - Container for the bottom buttons in a dialog.
Fixes#1624.
Fixes#2042.
* Rename the dialog directives file.
* Add the selectors for Material 1 compatibility.
* Remove the closeTop method and use the dialogRef instead.
* Add an aria-label to the close button and simplify the testing setup.
* Remove redundant element roles.
* Use the computed value on the dialog title font size.
* Remove the letter spacing override on the dialog title.
* Add a comment regarding the negative bottom margin on the dialog actions.
0 commit comments