pusher / atom-pair

An Atom package that allows for epic pair programming
MIT License
1.45k stars 28 forks source link

Deprecated selector in atom-pair/styles/atom_pair.less #110

Closed Grotax closed 7 years ago

Grotax commented 7 years ago

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 .aqua => atom-text-editor.editor .syntax--aqua
atom-text-editor::shadow .aquamarine => atom-text-editor.editor .aquamarine
atom-text-editor::shadow .beige => atom-text-editor.editor .beige
atom-text-editor::shadow .bisque => atom-text-editor.editor .bisque
atom-text-editor::shadow .black => atom-text-editor.editor .syntax--black
atom-text-editor::shadow .blanchedalmond => atom-text-editor.editor .blanchedalmond
atom-text-editor::shadow .blue => atom-text-editor.editor .syntax--blue
atom-text-editor::shadow .blueviolet => atom-text-editor.editor .blueviolet
atom-text-editor::shadow .brown => atom-text-editor.editor .brown
atom-text-editor::shadow .burlywood => atom-text-editor.editor .burlywood
atom-text-editor::shadow .cadetblue => atom-text-editor.editor .cadetblue
atom-text-editor::shadow .chartreuse => atom-text-editor.editor .chartreuse
atom-text-editor::shadow .chocolate => atom-text-editor.editor .chocolate
atom-text-editor::shadow .coral => atom-text-editor.editor .coral
atom-text-editor::shadow .cornflowerblue => atom-text-editor.editor .cornflowerblue
atom-text-editor::shadow .cornsilk => atom-text-editor.editor .cornsilk
atom-text-editor::shadow .crimson => atom-text-editor.editor .crimson
atom-text-editor::shadow .cyan => atom-text-editor.editor .syntax--cyan
atom-text-editor::shadow .darkblue => atom-text-editor.editor .darkblue
atom-text-editor::shadow .darkcyan => atom-text-editor.editor .darkcyan
atom-text-editor::shadow .darkgoldenrod => atom-text-editor.editor .darkgoldenrod
atom-text-editor::shadow .darkgray => atom-text-editor.editor .darkgray
atom-text-editor::shadow .darkgreen => atom-text-editor.editor .darkgreen
atom-text-editor::shadow .darkkhaki => atom-text-editor.editor .darkkhaki
atom-text-editor::shadow .darkmagenta => atom-text-editor.editor .darkmagenta
atom-text-editor::shadow .darkolivegreen => atom-text-editor.editor .darkolivegreen
atom-text-editor::shadow .darkorange => atom-text-editor.editor .darkorange
atom-text-editor::shadow .darkorchid => atom-text-editor.editor .darkorchid
atom-text-editor::shadow .darkred => atom-text-editor.editor .darkred
atom-text-editor::shadow .darksalmon => atom-text-editor.editor .darksalmon
atom-text-editor::shadow .darkseagreen => atom-text-editor.editor .darkseagreen
atom-text-editor::shadow .darkslateblue => atom-text-editor.editor .darkslateblue
atom-text-editor::shadow .darkslategray => atom-text-editor.editor .darkslategray
atom-text-editor::shadow .darkturquoise => atom-text-editor.editor .darkturquoise
atom-text-editor::shadow .darkviolet => atom-text-editor.editor .darkviolet
atom-text-editor::shadow .deeppink => atom-text-editor.editor .deeppink
atom-text-editor::shadow .deepskyblue => atom-text-editor.editor .deepskyblue
atom-text-editor::shadow .dimgray => atom-text-editor.editor .dimgray
atom-text-editor::shadow .dodgerblue => atom-text-editor.editor .dodgerblue
atom-text-editor::shadow .firebrick => atom-text-editor.editor .firebrick
atom-text-editor::shadow .forestgreen => atom-text-editor.editor .forestgreen
atom-text-editor::shadow .fuchsia => atom-text-editor.editor .fuchsia
atom-text-editor::shadow .gainsboro => atom-text-editor.editor .gainsboro
atom-text-editor::shadow .gold => atom-text-editor.editor .syntax--gold
atom-text-editor::shadow .goldenrod => atom-text-editor.editor .goldenrod
atom-text-editor::shadow .gray => atom-text-editor.editor .syntax--gray
atom-text-editor::shadow .green => atom-text-editor.editor .syntax--green
atom-text-editor::shadow .greenyellow => atom-text-editor.editor .greenyellow
atom-text-editor::shadow .hotpink => atom-text-editor.editor .hotpink
atom-text-editor::shadow .indianred => atom-text-editor.editor .indianred
atom-text-editor::shadow .indigo => atom-text-editor.editor .indigo
atom-text-editor::shadow .khaki => atom-text-editor.editor .khaki
atom-text-editor::shadow .lavender => atom-text-editor.editor .lavender
atom-text-editor::shadow .lavenderblush => atom-text-editor.editor .lavenderblush
atom-text-editor::shadow .lawngreen => atom-text-editor.editor .lawngreen
atom-text-editor::shadow .lightblue => atom-text-editor.editor .lightblue
atom-text-editor::shadow .lightcoral => atom-text-editor.editor .lightcoral
atom-text-editor::shadow .lightgray => atom-text-editor.editor .lightgray
atom-text-editor::shadow .lightgreen => atom-text-editor.editor .lightgreen
atom-text-editor::shadow .lightpink => atom-text-editor.editor .lightpink
atom-text-editor::shadow .lightsalmon => atom-text-editor.editor .lightsalmon
atom-text-editor::shadow .lightseagreen => atom-text-editor.editor .lightseagreen
atom-text-editor::shadow .lightskyblue => atom-text-editor.editor .lightskyblue
atom-text-editor::shadow .lightslategray => atom-text-editor.editor .lightslategray
atom-text-editor::shadow .lightsteelblue => atom-text-editor.editor .lightsteelblue
atom-text-editor::shadow .lime => atom-text-editor.editor .lime
atom-text-editor::shadow .limegreen => atom-text-editor.editor .limegreen
atom-text-editor::shadow .magenta => atom-text-editor.editor .syntax--magenta
atom-text-editor::shadow .maroon => atom-text-editor.editor .maroon
atom-text-editor::shadow .mediumaquamarine => atom-text-editor.editor .mediumaquamarine
atom-text-editor::shadow .mediumblue => atom-text-editor.editor .mediumblue
atom-text-editor::shadow .mediumorchid => atom-text-editor.editor .mediumorchid
atom-text-editor::shadow .mediumpurple => atom-text-editor.editor .mediumpurple
atom-text-editor::shadow .mediumseagreen => atom-text-editor.editor .mediumseagreen
atom-text-editor::shadow .mediumslateblue => atom-text-editor.editor .mediumslateblue
atom-text-editor::shadow .mediumspringgreen => atom-text-editor.editor .mediumspringgreen
atom-text-editor::shadow .mediumturquoise => atom-text-editor.editor .mediumturquoise
atom-text-editor::shadow .mediumvioletred => atom-text-editor.editor .mediumvioletred
atom-text-editor::shadow .midnightblue => atom-text-editor.editor .midnightblue
atom-text-editor::shadow .mistyrose => atom-text-editor.editor .mistyrose
atom-text-editor::shadow .moccasin => atom-text-editor.editor .moccasin
atom-text-editor::shadow .navy => atom-text-editor.editor .navy
atom-text-editor::shadow .olive => atom-text-editor.editor .olive
atom-text-editor::shadow .olivedrab => atom-text-editor.editor .olivedrab
atom-text-editor::shadow .orange => atom-text-editor.editor .orange
atom-text-editor::shadow .orangered => atom-text-editor.editor .orangered
atom-text-editor::shadow .orchid => atom-text-editor.editor .orchid
atom-text-editor::shadow .palegoldenrod => atom-text-editor.editor .palegoldenrod
atom-text-editor::shadow .palegreen => atom-text-editor.editor .palegreen
atom-text-editor::shadow .paleturquoise => atom-text-editor.editor .paleturquoise
atom-text-editor::shadow .palevioletred => atom-text-editor.editor .palevioletred
atom-text-editor::shadow .papayawhip => atom-text-editor.editor .papayawhip
atom-text-editor::shadow .peachpuff => atom-text-editor.editor .peachpuff
atom-text-editor::shadow .peru => atom-text-editor.editor .peru
atom-text-editor::shadow .pink => atom-text-editor.editor .pink
atom-text-editor::shadow .plum => atom-text-editor.editor .plum
atom-text-editor::shadow .powderblue => atom-text-editor.editor .powderblue
atom-text-editor::shadow .purple => atom-text-editor.editor .purple
atom-text-editor::shadow .red => atom-text-editor.editor .syntax--red
atom-text-editor::shadow .rosybrown => atom-text-editor.editor .rosybrown
atom-text-editor::shadow .royalblue => atom-text-editor.editor .royalblue
atom-text-editor::shadow .saddlebrown => atom-text-editor.editor .saddlebrown
atom-text-editor::shadow .salmon => atom-text-editor.editor .salmon
atom-text-editor::shadow .sandybrown => atom-text-editor.editor .sandybrown
atom-text-editor::shadow .seagreen => atom-text-editor.editor .seagreen
atom-text-editor::shadow .sienna => atom-text-editor.editor .sienna
atom-text-editor::shadow .silver => atom-text-editor.editor .silver
atom-text-editor::shadow .skyblue => atom-text-editor.editor .skyblue
atom-text-editor::shadow .slateblue => atom-text-editor.editor .slateblue
atom-text-editor::shadow .slategray => atom-text-editor.editor .slategray
atom-text-editor::shadow .springgreen => atom-text-editor.editor .springgreen
atom-text-editor::shadow .steelblue => atom-text-editor.editor .steelblue
atom-text-editor::shadow .tan => atom-text-editor.editor .tan
atom-text-editor::shadow .teal => atom-text-editor.editor .teal
atom-text-editor::shadow .thistle => atom-text-editor.editor .thistle
atom-text-editor::shadow .tomato => atom-text-editor.editor .tomato
atom-text-editor::shadow .turquoise => atom-text-editor.editor .syntax--turquoise
atom-text-editor::shadow .violet => atom-text-editor.editor .violet
atom-text-editor::shadow .yellow => atom-text-editor.editor .syntax--yellow
atom-text-editor::shadow .yellowgreen => atom-text-editor.editor .yellowgreen

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.