mirror of
https://github.com/atom/atom.git
synced 2026-01-27 07:47:58 -05:00
remove when detached
This commit is contained in:
@@ -119,6 +119,7 @@ class EditorStatsView extends ScrollView
|
||||
|
||||
detach: =>
|
||||
super()
|
||||
@.remove()
|
||||
@rootView.focus()
|
||||
|
||||
serialize: ->
|
||||
|
||||
@@ -10,6 +10,10 @@
|
||||
shape-rendering: crispedges;
|
||||
}
|
||||
|
||||
.editor-stats rect.bar.max {
|
||||
fill: rgba(0, 163, 255, 1);
|
||||
}
|
||||
|
||||
.editor-stats text {
|
||||
font-size: 10px;
|
||||
fill: rgba(255, 255, 255, 0.2);
|
||||
|
||||
Reference in New Issue
Block a user