Add AnchorJS logic for header links (#10155)

* Add AnchorJS JavaScript

* Remove existing inpage_heading logic

* Remove underline from anchor tags

* Use single icon and add touch visibility

* Use paragraph link icon for AnchorJS

* Update Sass to use code formatting in docsContent headers

* Update header size coverage to H3-H6
This commit is contained in:
Luc Perkins
2018-09-10 13:09:36 -07:00
committed by k8s-ci-robot
parent c038d8909c
commit 9ce0cd0906
12 changed files with 23 additions and 1978 deletions
-10
View File
@@ -55,13 +55,3 @@
opacity: 1;
}
/* In-page section heading permalinks */
a.inpage_heading {
color: #000;
text-decoration: none !important;
}
a.inpage_heading:hover {
text-decoration: underline !important;
opacity: .8;
}