fix: remove headline anchors on more shortcodes (#158)

This commit is contained in:
Robert Kaussow 2021-07-01 09:28:27 +02:00 committed by GitHub
parent 550745e727
commit 888335d3b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,10 @@
&__control:checked + &__label + &__content { &__control:checked + &__label + &__content {
display: block; display: block;
} }
.gdoc-page__anchor {
display: none;
}
} }
// {{< columns >}} // {{< columns >}}
@ -129,6 +133,10 @@
color: $body-font-color; color: $body-font-color;
} }
} }
.gdoc-page__anchor {
display: none;
}
} }
// {{< mermaid >}} // {{< mermaid >}}