Mercurial > hg
comparison mercurial/osutil.c @ 26670:ab2cd800f1b0
gitweb: visually highlight source lines when hovering over line numbers
Due to how the line links now reside outside of the source lines, hovering over
line numbers doesn't count as hovering over the appropriate source line. It can
be worked around by using a "+" css selector. However, it's necessary to
reorder the elements and put <a> before <span> (which is actually quite
logical). It works without further css tweaks because <a> is already
absolute-positioned and so the order doesn't matter visually.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 15 Oct 2015 00:04:58 +0800 |
parents | 40b05303ac32 |
children | fa6685ea7ad8 |
comparison
equal
deleted
inserted
replaced
26669:07db7e95c464 | 26670:ab2cd800f1b0 |
---|