mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Update editor lines & cursors to not use bootstrap-styled pre element
This commit is contained in:
@@ -6,7 +6,7 @@ _ = require 'underscore'
|
||||
module.exports =
|
||||
class CursorView extends View
|
||||
@content: ->
|
||||
@pre class: 'cursor idle', => @raw ' '
|
||||
@div class: 'cursor idle', => @raw ' '
|
||||
|
||||
blinkPeriod: 800
|
||||
editor: null
|
||||
|
||||
Reference in New Issue
Block a user