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
This commit is contained in:
Pete Bacon Darwin 2021-11-25 09:23:26 +00:00 committed by Dylan Hunn
parent 594bd12d5d
commit 47f1c0fa33

View file

@ -142,7 +142,6 @@ aio-code {
.code-anchor {
cursor: pointer;
text-decoration: none;
font-size: inherit;
&:hover {