irrationalistic / atom-tasks

Handle tasks/todo files in atom
MIT License
154 stars 22 forks source link

Deprecated selector in `tasks/styles/tasks.less` #66

Closed ungb closed 7 years ago

ungb commented 7 years ago

In tasks/styles/tasks.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.

jykim commented 7 years ago

+1 for this issue!

tomkc commented 7 years ago

+1 as well, in the meantime any way to disable that annoying deprecation warning in the gutter?

blimmer commented 7 years ago

@tomkc you can disable the deprecation cop package from settings if you like.

however, I did just push a resolution for this problem.

irrationalistic commented 7 years ago

Just doing a local test right now before publishing to apm! Should be out within the half hour :)