mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-12 00:15:50 +01:00
(refs #549) Selecting lines in diff without line numbers.
This commit is contained in:
@@ -975,15 +975,16 @@ table.diff .add-comment {
|
||||
position: absolute;
|
||||
background: blue;
|
||||
top: 0;
|
||||
left: -7px;
|
||||
color: white;
|
||||
padding: 2px;
|
||||
padding: 2px 4px;
|
||||
border: solid 1px blue;
|
||||
border-radius: 3px;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
table.diff .add-comment:hover {
|
||||
padding: 4px;
|
||||
padding: 4px 6px;
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
@@ -1009,6 +1010,10 @@ table.diff tbody tr.not-diff:hover td{
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.diff .oldline:before, .diff .newline:before {
|
||||
content: attr(line-number);
|
||||
}
|
||||
|
||||
/****************************************************************************/
|
||||
/* Repository Settings */
|
||||
/****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user