Update default style sheet with ::shadow selector

Esse commit está contido em:
Nathan Sobo
2015-01-13 10:06:54 -07:00
commit ab4588571d
+5 -1
Ver Arquivo
@@ -12,10 +12,14 @@
} }
// style the background and foreground colors on the atom-text-editor-element
// itself
atom-text-editor { atom-text-editor {
} }
atom-text-editor .cursor { // To style other content in the text editor's shadow DOM, use the ::shadow
// expression
atom-text-editor::shadow .cursor {
} }