Website: update docsearch styles (#22056)

Closes: https://github.com/fleetdm/fleet/issues/22055

Changes:
- Updated docsearch.less to hide the duplicate placeholder text in the
search modal.
This commit is contained in:
Eric 2024-09-12 14:35:34 -05:00 committed by GitHub
parent 92c4c529c7
commit 3541ad6fa7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -149,6 +149,10 @@
justify-content: center;
}
.DocSearch-VisuallyHiddenForAccessibility {
display: none;
}
.DocSearch-Container--Stalled .DocSearch-MagnifierLabel {
display: none;
}