refactor(docs-infra): remove unused styles from `_api-list.scss` (#40704)

This commit removes some styles from `_api-list.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:
George Kalpakas 2021-02-05 12:49:10 +02:00 committed by Alex Rickabaugh
parent 3224c52503
commit d214e79485
1 changed files with 0 additions and 107 deletions

View File

@ -65,7 +65,6 @@ aio-api-list {
.l-content-small {
padding: 16px;
max-width: 1100px;
margin: 0;
@media handheld and (max-width: $phone-breakpoint),
@ -213,80 +212,6 @@ aio-api-list {
}
}
.docs-content .h2-api-docs,
.docs-content .h2-api-docs:first-of-type {
@include font-size(18);
@include line-height(24);
margin-top: 0;
}
.code-links {
a {
code, .api-doc-code {
color: #1E88E5 !important;
}
}
}
.openParens {
margin-top: 15px;
}
.endParens {
margin-bottom: 20px !important;
}
p {
&.selector {
margin: 0;
}
&.location-badge {
margin: 0 0 16px 16px !important;
}
.api-doc-code {
border-bottom: 0;
:hover {
border-bottom: none;
}
}
}
.row-margin {
margin-bottom: 36px;
h2 {
@include line-height(28);
}
}
.code-margin {
margin-bottom: 8px;
}
.no-bg {
background: none;
padding: 0;
}
.no-bg-with-indent {
padding-top: 0;
padding-bottom: 0;
padding-left: 16px;
margin-top: 6px;
margin-bottom: 0;
background: none;
}
.code-background {
padding: 0 5px 0;
span.pln {
color: #1E88E5 !important;
}
}
.code-anchor {
cursor: pointer;
text-decoration: none;
@ -296,35 +221,3 @@ p {
text-decoration: underline;
}
}
.api-doc-code {
@include font-size(14);
color: #1a2326;
// the last .pln (white space) creates additional spacing between sections of the api doc. Remove it.
&.no-pln {
.pln:last-child {
display: none;
}
}
}
@media screen and (max-width: 600px) {
.docs-content {
// Overrides display flex from angular material.
// This was added because Safari doesn't play nice with layout="column".
// Look of API doc in Chrome and Firefox remains the same, and is fixed for Safari.
.layout-xs-column {
display: block !important;
}
}
.api-doc-code {
@include font-size(12);
}
p.location-badge {
position: relative;
@include font-size(11);
}
}