mirror of
https://git.zx2c4.com/cgit
synced 2024-11-22 16:38:42 +00: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
5
cgit.css
5
cgit.css
@ -330,6 +330,11 @@ div#cgit table.ssdiff td.lineno a:hover {
|
|||||||
color: black;
|
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.hashes,
|
||||||
div#cgit table.blame td.lines,
|
div#cgit table.blame td.lines,
|
||||||
div#cgit table.blame td.linenumbers {
|
div#cgit table.blame td.linenumbers {
|
||||||
|
Loading…
Reference in New Issue
Block a user