msaraiva / atom-elixir

An Atom package for Elixir
MIT License
408 stars 27 forks source link

Deprecated selector in `atom-elixir/styles/atom-elixir.less` #49

Closed enilsen16 closed 7 years ago

enilsen16 commented 7 years ago

In atom-elixir/styles/atom-elixir.less:

Starting from Atom v1.13.0, the contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using :host and ::shadow pseudo-selectors, and prepend all your syntax selectors with syntax--. To prevent breakage with existing style sheets, Atom will automatically upgrade the following selectors:

Automatic translation of selectors will be removed in a few release cycles to minimize startup time. Please, make sure to upgrade the above selectors as soon as possible.

Bestulo commented 7 years ago

when will this update happen?

enilsen16 commented 7 years ago

Good question. I'm pretty sure atom is released as rolling updates. My best guess is before the end of the year.

jayjun commented 7 years ago

Bumping this, since Atom 1.13 is out.

jaimevelaz commented 7 years ago

I've created a pull request fixing the selectors as atom suggests