mirror of
https://git.zx2c4.com/cgit
synced 2025-06-21 01:25:46 +02:00
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>
This commit is contained in:
parent
00ecfaadea
commit
aa909704a2
1 changed files with 5 additions and 0 deletions
5
cgit.css
5
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue