We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a72223 commit 4c53afcCopy full SHA for 4c53afc
mu-plugins/blocks/modal/src/block.json
@@ -50,7 +50,6 @@
50
"interactivity": true
51
},
52
"editorScript": "file:./index.js",
53
- "editorStyle": "file:./index.css",
54
"style": "file:./style-index.css",
55
"viewScriptModule": "file:./view.js",
56
"render": "file:../render.php"
mu-plugins/blocks/modal/src/editor.scss
mu-plugins/blocks/modal/src/style.scss
@@ -40,6 +40,7 @@
40
z-index: 1;
41
width: 24px;
42
height: 24px;
43
+ cursor: pointer;
44
border: none;
45
background: transparent;
46
color: var(--wp--custom--wporg-modal--color--close-button);
0 commit comments