[ACS-6828] Clicking on search input when it has some content inside it does not allow user to edit search term (#3658)

This commit is contained in:
DominikIwanek
2024-02-22 08:07:19 +01:00
committed by GitHub
parent 799ff8b74b
commit 90e20e94a2

View File

@@ -29,7 +29,7 @@ $top-margin: 12px;
display: none; display: none;
} }
label { .app-input-form-field-input + span {
cursor: text; cursor: text;
pointer-events: auto; pointer-events: auto;
} }