Skip to content

Commit 4c53afc

Browse files
committed
Remove editor CSS
The frontend style is loaded in the editor iframe, so this is not used
1 parent 3a72223 commit 4c53afc

File tree

3 files changed

+1
-30
lines changed

3 files changed

+1
-30
lines changed

mu-plugins/blocks/modal/src/block.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"interactivity": true
5151
},
5252
"editorScript": "file:./index.js",
53-
"editorStyle": "file:./index.css",
5453
"style": "file:./style-index.css",
5554
"viewScriptModule": "file:./view.js",
5655
"render": "file:../render.php"

mu-plugins/blocks/modal/src/editor.scss

Lines changed: 0 additions & 29 deletions
This file was deleted.

mu-plugins/blocks/modal/src/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
z-index: 1;
4141
width: 24px;
4242
height: 24px;
43+
cursor: pointer;
4344
border: none;
4445
background: transparent;
4546
color: var(--wp--custom--wporg-modal--color--close-button);

0 commit comments

Comments
 (0)