Add links for impls

Implements a solution for issue #23552
This commit is contained in:
Jouan Amate
2017-08-18 09:38:52 -07:00
parent 1b08e0f231
commit c8d58a306e
3 changed files with 11 additions and 4 deletions

View File

@@ -441,6 +441,10 @@ a {
.small-section-header:hover > .anchor {
display: initial;
}
.in-band:hover > .anchor {
display: initial;
}
.anchor {
display: none;
}