components
10 months ago
hooks
1 year ago
block.json
1 year ago
edit.js
6 months ago
editor.scss
6 months ago
image-utils.js
1 year ago
index.js
1 year ago
save.js
1 year ago
toolbar-appenders.js
1 year ago
transforms.js
1 year ago
editor.scss
10 lines
| 1 | img[data-gb-id]][role="button"]="button""] { |
| 2 | pointer-events: auto; // https://github.com/WordPress/gutenberg/blob/20c77f5e3510053e2a20e3258288fceb7b0c7521/packages/block-editor/src/components/block-draggable/content.scss#L23 |
| 3 | } |
| 4 | |
| 5 | .gblocks-image__placeholder { |
| 6 | button { |
| 7 | font-size: 13px !important; |
| 8 | } |
| 9 | } |
| 10 |