Get rid of .underlayer

/cc: @nathansobo
This commit is contained in:
Antonio Scandurra
2015-06-05 16:26:33 +02:00
parent 79b0bc2bad
commit d294f35849
3 changed files with 0 additions and 23 deletions

View File

@@ -12,11 +12,6 @@ class HighlightsComponent
@domNode = document.createElement('div')
@domNode.classList.add('highlights')
if atom.config.get('editor.useShadowDOM')
insertionPoint = document.createElement('content')
insertionPoint.setAttribute('select', '.underlayer')
@domNode.appendChild(insertionPoint)
getDomNode: ->
@domNode

View File

@@ -100,15 +100,6 @@ atom-text-editor {
min-width: 0;
}
.underlayer {
position: absolute;
z-index: -2;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.highlight {
background: none;
padding: 0;

View File

@@ -81,15 +81,6 @@
min-width: 0;
}
.underlayer {
position: absolute;
z-index: -2;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.highlight {
background: none;
padding: 0;