Open Yirvan opened 7 years ago
I got same issues for 1.36.0 x64
sorry for my late answer... i am no longer using atom as editor and am therefore not able to reproduce the steps. if there is a volunteer i would be glad to hand over this repo
sorry for my late answer... i am no longer using atom as editor and am therefore not able to reproduce the steps. if there is a volunteer i would be glad to hand over this repo
I can handle, if you want...
i want, i did. did you get the request?
i want, i did. did you get the request?
Nope, I couldn't see any request from you…
wellll... i never did this before but it looks right. i aborted the whole thing and retried.. still nothing? no mail or similar?
(sorry for the spam navri)
Now, It looks normal, right? Can you see this repo in your profile?
yes. it worked. now its your's :-)
yes. it worked. now its your's :-)
Thanks a lot ;)
In
dropkick-dark-syntax/index.less
: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 withsyntax--
. To prevent breakage with existing style sheets, Atom will automatically upgrade the following selectors:atom-text-editor .search-results .marker .region, atom-text-editor .search-results .marker .region
=>atom-text-editor .search-results .syntax--marker .region, atom-text-editor .search-results .syntax--marker .region
atom-text-editor .search-results .marker.current-result .region, atom-text-editor .search-results .marker.current-result .region
=>atom-text-editor .search-results .syntax--marker.current-result .region, atom-text-editor .search-results .syntax--marker.current-result .region
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.