How to reproduce:
1. Open the attached "IN-122945_delme_lineEndings_Unity6000.2" project
2. Open the "InspectorListTest" scene
3. Select the "InspectorListTest" GameObject in the Hierarchy
4. In the Inspector, under the "Inspector List Test (Script)" component, point at the name of any element from "My Int Array" or “My Int List"
5. Point very slightly above or below the “Element …” text
6. Observe the cursor change from "drag to edit value" to normal
Expected result: The cursor remains in "drag to edit value" mode between element fields
Actual result: Cursor changes to normal mode in a very small window between element fields, causing accidental element selection
Reproducible with: 2023.1.0a1, 6000.0.62f1, 6000.2.11f1, 6000.3.0b9, 6000.4.0a4
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Note: Tested on a Script component, potentially also appears in other places where lists of float/int elements that can be added or removed are present