Restore highlighting when jumping to transactions using URI anchors
commit54ec566281b1dc62688544a6d949de9ff093e423
authorepriestley <git@epriestley.com>
Mon, 4 May 2020 16:57:30 +0000 (4 09:57 -0700)
committerepriestley <git@epriestley.com>
Mon, 4 May 2020 17:04:04 +0000 (4 10:04 -0700)
tree6512986bccd00461cd2bdf254856855b7267c0d2
parent17426a60f00aa09d0483a99fc92474e785baa0e7
Restore highlighting when jumping to transactions using URI anchors

Summary:
At some point, the highlighting behavior for the timeline broke. When you follow a link to a particular timeline story, the story should be highlighted.

Prior to this change, the `<a />` tag itself highlights, but there's no associated CSS and it's too deep in the tree to do anything useful.

(Since this change is fairly straightforward, I gave up digging for the root cause before finding it.)

Test Plan:
  - Clicked a timeline story anchor, saw the story highlight.

Differential Revision: https://secure.phabricator.com/D21213
resources/celerity/map.php
src/view/phui/PHUITimelineEventView.php
webroot/rsrc/css/phui/phui-timeline-view.css
webroot/rsrc/js/core/behavior-watch-anchor.js