Overlay decorations render

Esse commit está contido em:
Ben Ogle
2014-11-10 18:11:54 -08:00
commit c79db992d9
4 arquivos alterados com 68 adições e 4 exclusões
+6
Ver Arquivo
@@ -12,6 +12,12 @@ atom-text-editor.mini {
max-height: @component-line-height + 2; // +2 for borders
}
atom-overlay {
position: absolute;
display: block;
z-index: 4;
}
// TODO: remove this when the shadow DOM is the default
atom-text-editor .highlight {
background: none;