Restore and fix macOS dark text selection cursor by kdrag0n · Pull Request #96947 · microsoft/vscode

added 3 commits

May 4, 2020 15:43
This reverts commit a915df1.

The special macOS dark cursor is still useful for users stuck on older
versions of macOS. Even on macOS Catalina, this cursor is helpful for
reducing visual bloat.
This reduces code duplication and makes it significantly easier to make
changes to the text cursor without having to individually modify several
files.
Now that there's a common mouse-text class for text cursors, we can
apply the special macOS dark cursor to many elements at once to improve
consistency.

Since the cursor is now applied to all relevant elements, this fixes
#94144 without needing to revert the cursor entirely.

@alexdima

alexdima

isidorn

@alexdima

@kdrag0n kdrag0n deleted the macos-dark-cursor branch

May 13, 2020 05:41