Skip to content

Commit

Permalink
[ACS-6828] Clicking on search input when it has some content inside i…
Browse files Browse the repository at this point in the history
…t does not allow user to edit search term (#3658)
  • Loading branch information
dominikiwanekhyland authored Feb 22, 2024
1 parent 799ff8b commit 90e20e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $top-margin: 12px;
display: none;
}

label {
.app-input-form-field-input + span {
cursor: text;
pointer-events: auto;
}
Expand Down

0 comments on commit 90e20e9

Please sign in to comment.