Remove backdrop filter from subscribe overlay

This commit is contained in:
Casper Bøgeskov Hansen 2019-11-24 04:06:13 +01:00 committed by John O'Nolan
parent 7c8cba7fab
commit 5063d40a32
1 changed files with 0 additions and 2 deletions

View File

@ -2605,8 +2605,6 @@ Usage (In Ghost editor):
opacity: 0;
transition: opacity 0.2s ease-in;
pointer-events: none;
backdrop-filter: blur(3px);
}
.subscribe-overlay .subscribe-close:before,