Override the default styling of .highlight in the editor.

Closes #4136
Esse commit está contido em:
Ben Ogle
2014-11-10 14:34:06 -08:00
commit 9553c46030
2 arquivos alterados com 6 adições e 5 exclusões
+6
Ver Arquivo
@@ -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;
}
-5
Ver Arquivo
@@ -244,11 +244,6 @@
width: 1px;
}
.highlight {
background: none;
padding: 0;
}
.highlight .region,
.selection .region {
position: absolute;