File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed
Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 1+ div .ReactModal__Overlay [class *= 'modal_modal-overlay_' ] {
2+ background-color : # 00000040 !important ;
3+ backdrop-filter : blur (.5rem );
4+ }
Original file line number Diff line number Diff line change 11[
2+ {
3+ "version" : 2 ,
4+ "id" : " blur-modal" ,
5+ "versionAdded" : " v3.7.0"
6+ },
27 {
38 "version" : 2 ,
49 "id" : " quick-search" ,
You can’t perform that action at this time.
0 commit comments