From 03513e9d70801edb2844d47a403ace3a99cb69db Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Sat, 6 May 2017 09:43:41 +0100 Subject: [PATCH] fix(aio): constrain header-link styles The CSS rule for positioning the automated header links was too general, causing other links inside headings to be positioned incorrectly. Closes #16573 --- aio/src/styles/2-modules/_heading-anchors.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/src/styles/2-modules/_heading-anchors.scss b/aio/src/styles/2-modules/_heading-anchors.scss index 8bc7b6f9c4..c631bb059e 100644 --- a/aio/src/styles/2-modules/_heading-anchors.scss +++ b/aio/src/styles/2-modules/_heading-anchors.scss @@ -14,7 +14,7 @@ } } - a { + a.header-link { text-decoration: none; padding-left: 8px; margin-left: -50px;