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:
committed by
k8s-ci-robot
parent
c038d8909c
commit
9ce0cd0906
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user