Revert "additional background for acrylic popups if unsupported"

This reverts commit 10d401afc2.
See: FoundKeyGang/FoundKey#22
This commit is contained in:
Chloe Kudryavtsev 2022-07-22 10:15:42 -04:00
parent bfd9c7404b
commit 0ae09f2e80

View file

@ -371,20 +371,6 @@ hr {
background: var(--acrylicPanel);
-webkit-backdrop-filter: var(--blur, blur(15px));
backdrop-filter: var(--blur, blur(15px));
@supports not (backdrop-filter: var(--blur, blur(15px))) {
&:after {
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: -1;
background: var(--bg);
opacity: .75;
}
}
}
._formBlock {