Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc <lagiraudiere+cgit@free.fr>2024-02-03 17:59:57 +0300
committerChristian Hesse <mail@eworm.de>2024-07-16 14:22:25 +0300
commitaa909704a232403c92b45f87dce791f3c92b3345 (patch)
treeefc63b8b4125b6fe3b0c29f340916edef1b86982 /cgit.css
parent00ecfaadea2c40cc62b7a43e246384329e6ddb98 (diff)
css: highlight line in diff...ch/highlight-line
... 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>
Diffstat (limited to 'cgit.css')
-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 {