Skip to content
Snippets Groups Projects
Commit 2d9edcad authored by Robert Speicher's avatar Robert Speicher
Browse files

Fix header styles for anchors generated by TableOfContentsFilter

parent 382a0aa6
No related branches found
No related tags found
1 merge request!584More HTML::Pipeline filters
Loading
Loading
@@ -35,7 +35,12 @@ pre {
/* Link to current header. */
h1, h2, h3, h4, h5, h6 {
position: relative;
&:hover > :last-child {
a.anchor {
display: none;
}
&:hover > a.anchor {
$size: 16px;
position: absolute;
right: 100%;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment