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
  • Loading branch information
dominikiwanekhyland committed Feb 21, 2024
1 parent 3f182a5 commit a9a420a
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 a9a420a

Please sign in to comment.