10 lines
365 B
CSS
10 lines
365 B
CSS
|
/*
|
||
|
We want the backdrops to be there so there aren't accidental touches,
|
||
|
but we don't want them to obscure anything.
|
||
|
*/
|
||
|
.actions-backdrop.backdrop-in, .custom-modal-backdrop.backdrop-in,
|
||
|
.dialog-backdrop.backdrop-in, .popover-backdrop.backdrop-in,
|
||
|
.popup-backdrop.backdrop-in, .preloader-backdrop.backdrop-in,
|
||
|
.sheet-backdrop.backdrop-in {
|
||
|
opacity: 0;
|
||
|
}
|