kankaristo / atom-multi-cursor-plus

Improved multi-cursor functionality for Atom: https://atom.io/packages/multi-cursor-plus
MIT License
20 stars 1 forks source link

[Feature request] Different color for last cursor #13

Open vdun opened 7 years ago

kankaristo commented 7 years ago

This used to be a feature, but Atom has since changed the way cursors show up in the DOM. The last/controlled cursor used to be the last <div class="cursor">, but now they're sorted based on position.

In other words, this is now impossible to do with plain CSS.

Thanks for reporting, I hadn't noticed that this had broken.