Skip to content

Commit 91bc8e5

Browse files
authored
Merge pull request #796 from rgantzos/fix-image-uploads
Blur modal
2 parents 2f264ad + 71bd509 commit 91bc8e5

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

features/blur-modal/data.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
div.ReactModal__Overlay[class*='modal_modal-overlay_'] {
2+
background-color: #00000040 !important;
3+
backdrop-filter: blur(.5rem);
4+
}

features/features.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"version": 2,
4+
"id": "blur-modal",
5+
"versionAdded": "v3.7.0"
6+
},
27
{
38
"version": 2,
49
"id": "quick-search",

0 commit comments

Comments
 (0)