From 90e20e94a213cb417676c456e494faa01367c5e7 Mon Sep 17 00:00:00 2001 From: DominikIwanek <141320833+DominikIwanek@users.noreply.github.com> Date: Thu, 22 Feb 2024 08:07:19 +0100 Subject: [PATCH] [ACS-6828] Clicking on search input when it has some content inside it does not allow user to edit search term (#3658) --- .../search-input-control/search-input-control.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/aca-content/src/lib/components/search/search-input-control/search-input-control.component.scss b/projects/aca-content/src/lib/components/search/search-input-control/search-input-control.component.scss index c9b04cd083..97ca426613 100644 --- a/projects/aca-content/src/lib/components/search/search-input-control/search-input-control.component.scss +++ b/projects/aca-content/src/lib/components/search/search-input-control/search-input-control.component.scss @@ -29,7 +29,7 @@ $top-margin: 12px; display: none; } - label { + .app-input-form-field-input + span { cursor: text; pointer-events: auto; }