We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df812e commit 71bd509Copy full SHA for 71bd509
3 files changed
features/blur-modal/data.json
@@ -0,0 +1,14 @@
1
+{
2
+ "title": "Blur Modal Backgrounds",
3
+ "description": "Blurs the backgrounds of modals instead of having a colored overlay.",
4
+ "credits": [
5
+ {
6
+ "username": "rgantzos",
7
+ "url": "https://scratch.mit.edu/users/rgantzos/"
8
+ }
9
+ ],
10
+ "tags": [],
11
+ "styles": [{ "file": "style.css", "runOn": "/*" }],
12
+ "dynamic": true,
13
+ "type": ["Editor"]
14
+}
features/blur-modal/style.css
@@ -0,0 +1,4 @@
+div.ReactModal__Overlay[class*='modal_modal-overlay_'] {
+ background-color: #00000040 !important;
+ backdrop-filter: blur(.5rem);
features/features.json
@@ -1,4 +1,9 @@
[
+ "version": 2,
+ "id": "blur-modal",
+ "versionAdded": "v3.7.0"
+ },
{
"version": 2,
"id": "quick-search",
0 commit comments