mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
44aa0d71be
commit
3464a99f18
1 changed files with 0 additions and 14 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue