Skip to content

Commit

Permalink
Merge pull request atom#79 from atom/as-remove-shadow-dom-styles
Browse files Browse the repository at this point in the history
Stop using shadow DOM selectors
  • Loading branch information
Antonio Scandurra authored Oct 17, 2016
2 parents e34d1fe + b509fa2 commit 229bb50
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 229bb50

Please sign in to comment.