mirror of
https://github.com/awatson1978/meteor-api.git
synced 2026-05-16 06:06:11 -06:00
[GH-ISSUE #85] Deprecated selector in meteor-api\styles\meteor-color-coding.less #71
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/meteor-api#71
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @codedeep on GitHub (Feb 16, 2017).
Original GitHub issue: https://github.com/awatson1978/meteor-api/issues/85
In
meteor-api\styles\meteor-color-coding.less:Starting from Atom v1.13.0, the contents of
atom-text-editorelements are no longer encapsulated within a shadow DOM boundary. This means you should stop using:hostand::shadowpseudo-selectors, and prepend all your syntax selectors withsyntax--. To prevent breakage with existing style sheets, Atom will automatically upgrade the following selectors:atom-text-editor::shadow .api.meteor=>atom-text-editor.editor .syntax--api.syntax--meteoratom-text-editor::shadow .api.meteor.core=>atom-text-editor.editor .syntax--api.syntax--meteor.syntax--coreatom-text-editor::shadow .api.meteor.ddp=>atom-text-editor.editor .syntax--api.syntax--meteor.syntax--ddpatom-text-editor::shadow .api.meteor.http=>atom-text-editor.editor .syntax--api.syntax--meteor.syntax--httpatom-text-editor::shadow .api.meteor.template=>atom-text-editor.editor .syntax--api.syntax--meteor.syntax--templateatom-text-editor::shadow .api.meteor.blaze=>atom-text-editor.editor .syntax--api.syntax--meteor.syntax--blazeatom-text-editor::shadow .api.meteor.router=>atom-text-editor.editor .syntax--api.syntax--meteor.syntax--routeratom-text-editor::shadow .api.meteor.collection=>atom-text-editor.editor .syntax--api.syntax--meteor.syntax--collectionatom-text-editor::shadow .api.meteor.session=>atom-text-editor.editor .syntax--api.syntax--meteor.syntax--sessionAutomatic 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.
@franzos commented on GitHub (Mar 17, 2017):
This is a duplicate of #84 .