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 hasBackdrop and backdropClass options to dialog config (#2822)
* feat(dialog): add hasBackdrop and backdropClass options to dialog config
Implement hasBackdrop as laid out in the MdDialog design document. Add backdropClass option to override default `cdk-overlay-dark-backdrop` class, allowing custom styling to be applied.
Closes#2806
* rebase master and fix conflicts
0 commit comments