From 3541ad6fa7f1ea039e72384a1210b9e83dc54e5e Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 12 Sep 2024 14:35:34 -0500 Subject: [PATCH] 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. --- website/assets/styles/docsearch.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/assets/styles/docsearch.less b/website/assets/styles/docsearch.less index 9e831cbe1b..111bd4b235 100644 --- a/website/assets/styles/docsearch.less +++ b/website/assets/styles/docsearch.less @@ -149,6 +149,10 @@ justify-content: center; } +.DocSearch-VisuallyHiddenForAccessibility { + display: none; +} + .DocSearch-Container--Stalled .DocSearch-MagnifierLabel { display: none; }