From e3423a32d182f5221cd43253f2c34b0398563ddd Mon Sep 17 00:00:00 2001 From: James Fenn Date: Thu, 19 Oct 2023 13:42:52 -0400 Subject: [PATCH] fix #822 - add caret-color to search input styles --- src/components/input/input.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/input/input.module.scss b/src/components/input/input.module.scss index 00542bc9..cbba7a90 100644 --- a/src/components/input/input.module.scss +++ b/src/components/input/input.module.scss @@ -72,6 +72,7 @@ .input input:-webkit-autofill:focus, .input input:-webkit-autofill:active { color: var(--foreground_emphasis-high); + caret-color: var(--foreground_emphasis-high); -webkit-text-fill-color: var(--foreground_emphasis-high); -webkit-box-shadow: 0 0 0 var(--form-field_min-height) var(--form-field_background_focused) inset; }