atom-material / atom-material-ui

A dynamic UI theme for Atom that follows Google's Material Design Guidelines
MIT License
817 stars 204 forks source link

Tweak find-and-replace selector for upcoming markup change #364

Closed maxbrunsfeld closed 7 years ago

maxbrunsfeld commented 7 years ago

As part of removing the use of jQuery from the find-and-replace package, we're having to restructure the DOM slightly. The results-view class now lives on a div that wraps the ol containing the search paths, so the immediate selector .results-view > li.selected will no longer match anything.

Refs https://github.com/atom/find-and-replace/pull/838