Searched refs:backdrop (Results 1 – 2 of 2) sorted by relevance
21 $drawer-backdrop-z-index: 3;35 // We need a stacking context here so that the backdrop and drawers are clipped to the63 // When the consumer explicitly enabled the backdrop,65 &.mat-drawer-container-explicit-backdrop .mat-drawer-side {66 z-index: $drawer-backdrop-z-index;71 .mat-drawer-backdrop, .mat-drawer-content {77 .mat-drawer-backdrop {88 z-index: $drawer-backdrop-z-index;
301 const backdrop = element(by.css('.cdk-overlay-backdrop')); constant302 await browser.actions().mouseMove(backdrop, {x: 0, y: 0}).click().perform();