From 72814f9dc53e2c6fa72aa23c40795af128926649 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Fri, 5 Feb 2021 12:48:59 +0200 Subject: [PATCH] refactor(docs-infra): remove unused styles from `_code.scss` (#40704) This commit removes some styles from `_code.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/2-modules/_code.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/aio/src/styles/2-modules/_code.scss b/aio/src/styles/2-modules/_code.scss index 5e87cec15a..38dc3c5726 100644 --- a/aio/src/styles/2-modules/_code.scss +++ b/aio/src/styles/2-modules/_code.scss @@ -73,10 +73,6 @@ code-tabs.avoidFile mat-tab-body { border: 0.5px solid $anti-pattern; } -code-tabs div .mat-tab-body-content { - height: auto; -} - code-tabs .mat-tab-body-wrapper mat-tab-body .mat-tab-body { overflow-y: hidden; } @@ -130,7 +126,6 @@ aio-code pre { &:hover { background: rgba(black, 0.04); } - white-space: nowrap; } .code-tab-group .mat-tab-body-content { @@ -138,11 +133,6 @@ aio-code pre { transform: none; } - -[role="tabpanel"] { - transition: none; -} - .sidenav-content code a { color: inherit; font-size: inherit;