From 47f1c0fa339d71712849a1dca7ccc76d86c1927c Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Thu, 25 Nov 2021 09:23:26 +0000 Subject: [PATCH] fix(docs-infra): ensure deprecated styling is not overridden (#44275) The `.code-anchor` styling was overriding the `.deprecated-api-item` styling. The `text-decoration` is not needed on `.code-anchor` since it inherits this from the `a` rule in the typography.scss file. Fixes #44264 PR Close #44275 --- aio/src/styles/2-modules/code/_code.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/aio/src/styles/2-modules/code/_code.scss b/aio/src/styles/2-modules/code/_code.scss index 9e8a465bf26..22f70b82582 100644 --- a/aio/src/styles/2-modules/code/_code.scss +++ b/aio/src/styles/2-modules/code/_code.scss @@ -142,7 +142,6 @@ aio-code { .code-anchor { cursor: pointer; - text-decoration: none; font-size: inherit; &:hover {