refactor(docs-infra): remove unused CSS for the version selector (#40881)

This commit removes some CSS rules targeting `.doc-version select` in
the sidenav. These rules do not match any elements any more, since now
we use a custom `<aio-select>` component (instead of the `<select>`
element).

PR Close #40881
This commit is contained in:
George Kalpakas 2021-02-18 18:42:47 +02:00 committed by atscott
parent 64efe38d66
commit 90a61618c7
1 changed files with 0 additions and 14 deletions

View File

@ -36,20 +36,6 @@ mat-sidenav-container.sidenav-container {
.doc-version {
padding: 8px;
border-top: 1px solid $lightgray;
select {
outline: none;
width: 100%;
background: rgba($lightgray, 0.5);
height: 32px;
border: 1px solid $lightgray;
color: $darkgray;
option {
font-family: $main-font;
@include font-size(14);
}
}
}
}
}