Remove backdrop filter from subscribe overlay

This commit is contained in:
Casper Bøgeskov Hansen
2019-11-23 19:06:13 -08:00
committed by John O'Nolan
parent 7c8cba7fab
commit 5063d40a32
-2
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,