Open nmontesdeoca opened 9 years ago
Upgraded the following syntax theme selectors in /Users/******/.atom/packages/twilight/index.less for shadow DOM compatibility:
/Users/******/.atom/packages/twilight/index.less
.editor, .editor .gutter => :host, :host .gutter .editor.is-focused .cursor => :host(.is-focused) .cursor .editor.is-focused .selection .region => :host(.is-focused) .selection .region .editor.is-focused .line-number.cursor-line-no-selection, .editor.is-focused .line.cursor-line => :host(.is-focused) .line-number.cursor-line-no-selection, :host(.is-focused) .line.cursor-line .editor .invisible-character, .editor .indent-guide => :host .invisible-character, :host .indent-guide .editor .invisible-character => :host .invisible-character
.editor, .editor .gutter
:host, :host .gutter
.editor.is-focused .cursor
:host(.is-focused) .cursor
.editor.is-focused .selection .region
:host(.is-focused) .selection .region
.editor.is-focused .line-number.cursor-line-no-selection, .editor.is-focused .line.cursor-line
:host(.is-focused) .line-number.cursor-line-no-selection, :host(.is-focused) .line.cursor-line
.editor .invisible-character, .editor .indent-guide
:host .invisible-character, :host .indent-guide
.editor .invisible-character
:host .invisible-character
See the upgrade guide for information on removing this warning.
https://atom.io/docs/v0.176.0/upgrading/upgrading-your-syntax-theme
+1
Upgraded the following syntax theme selectors in
/Users/******/.atom/packages/twilight/index.less
for shadow DOM compatibility:.editor, .editor .gutter
=>:host, :host .gutter
.editor.is-focused .cursor
=>:host(.is-focused) .cursor
.editor.is-focused .selection .region
=>:host(.is-focused) .selection .region
.editor.is-focused .line-number.cursor-line-no-selection, .editor.is-focused .line.cursor-line
=>:host(.is-focused) .line-number.cursor-line-no-selection, :host(.is-focused) .line.cursor-line
.editor .invisible-character, .editor .indent-guide
=>:host .invisible-character, :host .indent-guide
.editor .invisible-character
=>:host .invisible-character
See the upgrade guide for information on removing this warning.
https://atom.io/docs/v0.176.0/upgrading/upgrading-your-syntax-theme