angular/adev/shared-docs/components/text-field/text-field.component.scss
Matthieu Riegler bf6dbaab25 docs(docs-infra): prevent from resetting the search on navigation (#60927)
By keeping the search well allow developers to navigate through multiple results without having to re-type the search

PR Close #60927
2025-04-28 10:14:56 -07:00

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);
}
}