justmoon / relative-numbers

Relative line numbers package for Atom
https://atom.io/packages/relative-numbers
MIT License
37 stars 16 forks source link

Atom v1.13/remove deprecated styles #27

Closed everdimension closed 7 years ago

everdimension commented 7 years ago

Fixes https://github.com/justmoon/relative-numbers/issues/24

Atom has updated to v1.13.0 and introduced a breaking change: no more shadow dom. The selector using shadow dom need to be updated. Atom tries to fix this with an automatic rewrite but it doesn't work since the styles of relative-numbers package do not touch the .syntax-- prefixed elements.

This PR updated styles accordingly. I also bumped the version to 0.7.0 but I can remove this commit if you wish to do it yourself.

jwadhams commented 7 years ago

(I don't have access to review or merge this but) this is working great for me on Atom 1.13.0 on OSX. Thanks for putting this pull request together so quickly!

justmoon commented 7 years ago

Thanks! Merged similar PR #26.