Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On Atom 1.30 x64 I got deprecation on that plug-in #16

Open
varosi opened this issue Aug 31, 2018 · 0 comments
Open

On Atom 1.30 x64 I got deprecation on that plug-in #16

varosi opened this issue Aug 31, 2018 · 0 comments

Comments

@varosi
Copy link

varosi commented Aug 31, 2018

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:

atom-text-editor::shadow .gutter .line-number.line-number-green => atom-text-editor.editor .gutter .line-number.line-number-green
atom-text-editor::shadow .gutter .line-number.line-number-blue => atom-text-editor.editor .gutter .line-number.line-number-blue
atom-text-editor::shadow .gutter .line-number.line-number-red => atom-text-editor.editor .gutter .line-number.line-number-red
.build .checking => .syntax--build .checking
.build h1.error => .syntax--build h1.syntax--error
.build h1.success => .syntax--build h1.success
.build h1.warning => .syntax--build h1.syntax--warning
.build ol => .syntax--build ol
.build li => .syntax--build li
.build li.error => .syntax--build li.syntax--error
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant