Restore and fix macOS dark text selection cursor by kdrag0n · Pull Request #96947 · microsoft/vscode
added 3 commits
May 4, 2020 15:43This 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.
kdrag0n
deleted the
macos-dark-cursor
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters