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 71b8a8e commit 8e67870Copy full SHA for 8e67870
src/scss/06-blocks/_gutenberg.scss
@@ -17,6 +17,22 @@
17
font-family: var(--global--font-secondary);
18
font-size: var($font-size-md);
19
}
20
+
21
+ // ----
22
+ // Disable links in ACF blocks
23
+ // The template block must have a ".block" class. Example : <div class="block block--my-custom-block">
24
25
+ .acf-block-preview {
26
+ > .block {
27
+ a {
28
+ pointer-events: none;
29
+ }
30
31
+ [data-seo-container] {
32
+ cursor: default;
33
34
35
36
37
38
// ----
0 commit comments