-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
featureThis issue represents a new feature or feature request rather than a bug or bug fixThis issue represents a new feature or feature request rather than a bug or bug fixneeds: discussionFurther discussion with the team is needed before proceedingFurther discussion with the team is needed before proceeding
Description
Is there any support or planned support for md-toolbar
in dialog/modal/popups? In angularjs-material
this was a built-in feature:
What I observe in angular-material2
is a padding that applies to the whole dialog box which prevents the toolbar from properly extending from end to end:
<md-toolbar [color]="['primary']">md-toolbar</md-toolbar>
<h1 md-dialog-title>md-dialog-title</h1>
<md-dialog-content>
md-dialog-content
</md-dialog-content>
<md-dialog-actions>
<button md-raised-button [color]="['primary']" disabled>Send Feedback</button>
<button md-button md-dialog-close [color]="['warn']">Cancel</button>
</md-dialog-actions>
KelvinOm, EdricChan03, Splaktar, Wykks, MurhafSousli and 4 more
Metadata
Metadata
Assignees
Labels
featureThis issue represents a new feature or feature request rather than a bug or bug fixThis issue represents a new feature or feature request rather than a bug or bug fixneeds: discussionFurther discussion with the team is needed before proceedingFurther discussion with the team is needed before proceeding