mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
bf6dbaab25
By keeping the search well allow developers to navigate through multiple results without having to re-type the search PR Close #60927
18 lines
246 B
SCSS
18 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);
|
|
}
|
|
}
|