Override the default styling of .highlight in the editor.

Closes #4136
This commit is contained in:
Ben Ogle
2014-11-10 14:34:06 -08:00
parent 14e73e0c63
commit 9553c46030
2 changed files with 6 additions and 5 deletions

View File

@@ -11,3 +11,9 @@ atom-text-editor.mini {
line-height: @component-line-height;
max-height: @component-line-height + 2; // +2 for borders
}
// TODO: remove this when the shadow DOM is the default
atom-text-editor .highlight {
background: none;
padding: 0;
}

View File

@@ -244,11 +244,6 @@
width: 1px;
}
.highlight {
background: none;
padding: 0;
}
.highlight .region,
.selection .region {
position: absolute;