components
1 year ago
block.json
1 year ago
edit.js
1 year ago
editor.scss
1 year ago
index.js
1 year ago
save.js
1 year ago
editor.scss
19 lines
| 1 | .gb-block-preview { |
| 2 | isolation: isolate; |
| 3 | |
| 4 | &:where(a, button ), |
| 5 | *:not(.gb-block-preview__toggle) { |
| 6 | pointer-events: none !important; |
| 7 | } |
| 8 | |
| 9 | &__toggle { |
| 10 | cursor: pointer; |
| 11 | position: absolute; |
| 12 | inset: 0; |
| 13 | box-shadow: none !important; |
| 14 | border: none !important; |
| 15 | background: none !important; |
| 16 | z-index: 10; |
| 17 | } |
| 18 | } |
| 19 |