aboutsummaryrefslogtreecommitdiffstats
diff options
authorLoïc <lagiraudiere+cgit@free.fr>2024-02-03 15:59:57 +0100
committerChristian Hesse <mail@eworm.de>2025-11-17 21:40:57 +0100
commit5443466128b5677bcda9fee36abc2ac83b22ba66 (patch)
treebb6fed74f976eeaa8ce2748f5bdb7b077f6d038c
parentgit: update to v2.52.0 (diff)
downloadcgit-5443466128b5677bcda9fee36abc2ac83b22ba66.tar.xz
cgit-5443466128b5677bcda9fee36abc2ac83b22ba66.zip
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.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index 1b848cf..f5b41ba 100644
--- a/cgit.css
+++ b/cgit.css
@@ -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 {