ssteinker / atom-twilight

2 stars 9 forks source link

Upgrade syntax theme #5

Open nmontesdeoca opened 9 years ago

nmontesdeoca commented 9 years ago

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

banacorn commented 9 years ago

+1