diff options
author | Loïc <lagiraudiere+cgit@free.fr> | 2024-02-03 15:59:57 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-11-25 10:05:37 +0100 |
commit | 05a1db451b2eb1508627d0ad0774126024daf386 (patch) | |
tree | b8d6aed7552a3bd5e4698fcbe8b14e1fd5f9f217 | |
parent | 99a2f47c96b1d01c642d4bad0f7e2a6d27f5df99 (diff) | |
download | cgit-05a1db451b2eb1508627d0ad0774126024daf386.tar.gz cgit-05a1db451b2eb1508627d0ad0774126024daf386.tar.xz |
css: highlight line in diff...
... specified in the URL, with a curved arrow ahead of the line number.
Signed-off-by: Loïc <lagiraudiere+cgit@free.fr>
Signed-off-by: Christian Hesse <mail@eworm.de>
-rw-r--r-- | cgit.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -330,6 +330,11 @@ div#cgit table.ssdiff td.lineno a:hover { color: black; } +div#cgit table.blob td.linenumbers a:target:before { + color: red; + content: "\2BA9"; +} + div#cgit table.blame td.hashes, div#cgit table.blame td.lines, div#cgit table.blame td.linenumbers { |