Commit 9e3e3eb0 authored by Mike Greiling's avatar Mike Greiling

Fix anchor focus styling for markdown headings

parent 502fa325
......@@ -458,7 +458,7 @@
h6 {
a.anchor {
float: left;
margin-left: -16px;
margin-left: -20px;
text-decoration: none;
outline: none;
......@@ -471,6 +471,11 @@
&:hover > a.anchor::after {
visibility: visible;
}
> a.anchor:focus::after {
visibility: visible;
outline: auto;
}
}
.big {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment