From 512a17db5dda2481696c543a395a409743a5c703 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Fri, 5 Feb 2021 12:48:51 +0200 Subject: [PATCH] refactor(docs-infra): remove unused styles from `_content-layout.scss` (#40704) This commit removes some styles from `_content-layout.scss` that are no longer used (i.e. either their CSS selectors do not match any element in the app or they are overridden by other rules). PR Close #40704 --- aio/src/styles/1-layouts/_content-layout.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/aio/src/styles/1-layouts/_content-layout.scss b/aio/src/styles/1-layouts/_content-layout.scss index 75d781edb4..76c47e8450 100644 --- a/aio/src/styles/1-layouts/_content-layout.scss +++ b/aio/src/styles/1-layouts/_content-layout.scss @@ -39,11 +39,3 @@ aio-menu { display: none; } } - -#guide-change-log h2::before { - content: ""; - display: block; - height: 1px; - margin: 24px 0px; - background: $lightgray; -}