mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
By keeping the search well allow developers to navigate through multiple results without having to re-type the search PR Close #60927
17 lines
246 B
SCSS
17 lines
246 B
SCSS
// search field
|
|
.docs-text-field {
|
|
font-size: 1.125rem;
|
|
}
|
|
|
|
// filter field on api reference list
|
|
docs-icon + .docs-text-field {
|
|
font-size: 1rem;
|
|
}
|
|
|
|
button {
|
|
color: var(--secondary-contrast);
|
|
|
|
&:hover {
|
|
color: var(--vivid-pink);
|
|
}
|
|
}
|