mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Start on cursor rendering
This commit is contained in:
@@ -200,3 +200,13 @@
|
||||
color: @text-color-subtle;
|
||||
}
|
||||
}
|
||||
|
||||
.react-wrapper > .editor {
|
||||
.scrollable-content {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.cursor {
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user