Make field cursors reflect the entire click target area instead of just the field group #23
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed Changes
Not really a bug, more of a teensy tiny quality of life improvement proposal. Basically it just applies
this.CURSOR
set on fields to apply to the entire click target instead of just the field group.Before:


After:
Reason for Changes
This makes the field's cursor reflect the actual area where it's clickable; so if your cursor turns into a text cursor you now know that you're hovering over the text field and will focus it if you click.
Test Coverage
Not really tested (aside from trying it out in the playground).
This pull request was made on behalf of the entire NitroBolt project. /j (more specifically, Cubester requested me to upstream this one change)