Home
last modified time | relevance | path

Searched refs:backdrop (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/app/components/bottomnav/
Ddrawer.scss21 $drawer-backdrop-z-index: 3;
35 // We need a stacking context here so that the backdrop and drawers are clipped to the
63 // 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;
/development/tools/winscope/src/test/e2e/
Dutils.ts301 const backdrop = element(by.css('.cdk-overlay-backdrop')); constant
302 await browser.actions().mouseMove(backdrop, {x: 0, y: 0}).click().perform();