Skip to content

Commit eb7fdb9

Browse files
committed
disable links in acf preview -> change selectors
1 parent 752b1e7 commit eb7fdb9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/scss/06-blocks/_gutenberg.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,10 @@
2424
// ----
2525
.acf-block-preview {
2626
> .block {
27-
a {
28-
pointer-events: none;
29-
}
30-
3127
a,
3228
button,
3329
[data-seo-container] {
34-
cursor: default;
30+
pointer-events: none;
3531
}
3632
}
3733
}

0 commit comments

Comments
 (0)