asciidoctor / atom-language-asciidoc

⚛ AsciiDoc language package for the Atom editor.
https://atom.io/packages/language-asciidoc
MIT License
42 stars 20 forks source link

Deprecated selector in `language-asciidoc/styles/asciidoc.atom-text-editor.less` #176

Closed borisovg closed 7 years ago

borisovg commented 7 years ago

In language-asciidoc/styles/asciidoc.atom-text-editor.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.

ldez commented 7 years ago

Duplicate of #170

borisovg commented 7 years ago

Sorry, I thought I checked before I opened the bug.

That said, #171 reverted the fix but #170 is now closed - needs re-opening maybe?

ldez commented 7 years ago

See pull request #173