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.
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.