mirror of
https://github.com/correl/codereview.git
synced 2024-12-28 03:00:03 +00:00
Added row highlighting on hover for the diff view
This commit is contained in:
parent
5c17560ece
commit
fe601d1f22
1 changed files with 7 additions and 0 deletions
|
@ -90,6 +90,13 @@ table.diff .del .text {
|
||||||
border-left: 1px solid red;
|
border-left: 1px solid red;
|
||||||
background-color: #ffe0e0;
|
background-color: #ffe0e0;
|
||||||
}
|
}
|
||||||
|
table.diff tr:hover .number,
|
||||||
|
table.diff tr:hover .text {
|
||||||
|
background-color: #ffcc99;
|
||||||
|
}
|
||||||
|
table.diff tr:hover .text {
|
||||||
|
border-left: 1px solid orange;
|
||||||
|
}
|
||||||
table.diff td {
|
table.diff td {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue