Skip to content

Commit

Permalink
Stop using shadow DOM selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Scandurra committed Oct 6, 2016
1 parent e34d1fe commit b509fa2
Show file tree
Hide file tree
Showing 14 changed files with 138 additions and 141 deletions.
3 changes: 1 addition & 2 deletions styles/editor.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

// Editor styles (background, gutter, guides)

atom-text-editor, // <- remove when Shadow DOM can't be disabled
:host {
atom-text-editor {
background-color: @syntax-background-color;
color: @syntax-text-color;

Expand Down
Loading

0 comments on commit b509fa2

Please sign in to comment.