northem / northem-dark-atom-syntax

A north-bluish, dark clean and elegant Atom syntax theme.
MIT License
8 stars 2 forks source link

Atom 1.13 Shadow DOM removal #14

Closed arcticicestudio closed 7 years ago

arcticicestudio commented 7 years ago

🔀 Pull Request: #15

Starting from Atom version 1.13, the contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary. This means the :host and ::shadow pseudo-selectors should be completely removed and all syntax selectors should be prepended with syntax--. To prevent breakage with existing style sheets, Atom will automatically upgrade selectors for versions less or equal to 1.12.

The flight manual provides the great migration guide "Removing Shadow DOM styles" for package authors to prepare their packages for this breaking change.

There are also reference pull requests for the Atom Core theme packages One Dark Syntax and One Dark UI.

Tasks