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
This commit is contained in:
parent
6357532c59
commit
72814f9dc5
@ -73,10 +73,6 @@ code-tabs.avoidFile mat-tab-body {
|
|||||||
border: 0.5px solid $anti-pattern;
|
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 {
|
code-tabs .mat-tab-body-wrapper mat-tab-body .mat-tab-body {
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
@ -130,7 +126,6 @@ aio-code pre {
|
|||||||
&:hover {
|
&:hover {
|
||||||
background: rgba(black, 0.04);
|
background: rgba(black, 0.04);
|
||||||
}
|
}
|
||||||
white-space: nowrap;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.code-tab-group .mat-tab-body-content {
|
.code-tab-group .mat-tab-body-content {
|
||||||
@ -138,11 +133,6 @@ aio-code pre {
|
|||||||
transform: none;
|
transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
[role="tabpanel"] {
|
|
||||||
transition: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidenav-content code a {
|
.sidenav-content code a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user