We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ceb2c commit 2b61eb6Copy full SHA for 2b61eb6
src/lib/datepicker/datepicker.ts
@@ -335,7 +335,7 @@ export class MdDatepicker<D> implements OnDestroy {
335
const overlayState = new OverlayConfig({
336
positionStrategy: this._createPopupPositionStrategy(),
337
hasBackdrop: true,
338
- backdropClass: 'md-overlay-transparent-backdrop',
+ backdropClass: 'mat-overlay-transparent-backdrop',
339
direction: this._dir ? this._dir.value : 'ltr',
340
scrollStrategy: this._scrollStrategy()
341
});
0 commit comments