mirror of
https://github.com/awatson1978/meteor-api.git
synced 2026-05-16 14:15:59 -06:00
[GH-ISSUE #84] Deprecated selector in meteor-api/styles/meteor-color-coding.less #67
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#67
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 @themiguelamador on GitHub (Dec 19, 2016).
Original GitHub issue: https://github.com/awatson1978/meteor-api/issues/84
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.
@halilertekin commented on GitHub (Mar 30, 2017):
+1
@FaisalJulaidan commented on GitHub (Jun 10, 2017):
+1
@ricaragao commented on GitHub (Jun 23, 2017):
+1
@chriswaalberg commented on GitHub (Jun 26, 2017):
+1
@laddi commented on GitHub (Jun 27, 2017):
+1
@amandeepmittal commented on GitHub (Aug 21, 2017):
+1
@OK1BR commented on GitHub (Sep 4, 2017):
+1
@vioan commented on GitHub (Sep 8, 2017):
+1
@abegehr commented on GitHub (Oct 1, 2017):
+1
@t3nshi commented on GitHub (Oct 24, 2017):
+1
@VioletaCalvo commented on GitHub (Oct 26, 2017):
+1
@uso212 commented on GitHub (Nov 16, 2017):
+1
@TarekRaafat commented on GitHub (Dec 8, 2017):
+1
@thilakarajk commented on GitHub (Dec 14, 2017):
+1
@MartinLorenz commented on GitHub (Dec 18, 2017):
+1
@hanseartic commented on GitHub (Jan 22, 2018):
+1
@oscrx commented on GitHub (Jan 23, 2018):
+1
@naterkane commented on GitHub (Jan 25, 2018):
+1
@naterkane commented on GitHub (Jan 26, 2018):
this appears to have been fixed here
873e2f72c6 (diff-6cb63e3aeaadc1c240f53ee1f2da43bb)however I continue to get the deprecation warning in Atom. thoughts?
@naterkane commented on GitHub (Jan 26, 2018):
until @awatson1978 publishes a new version.... you can install the current master branch with
after running the command, restart Atom and all should be fine.