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
64efe38d66
commit
90a61618c7
|
@ -36,20 +36,6 @@ mat-sidenav-container.sidenav-container {
|
||||||
.doc-version {
|
.doc-version {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border-top: 1px solid $lightgray;
|
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 New Issue