Include the active row border on the icon cells in a patch screen

Otherwise it just looks really funny.

Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-01-15 08:07:37 -08:00
parent 36f6305fac
commit ce13ef0c09

View File

@@ -264,6 +264,7 @@
.gerrit-PatchContentTable .ActiveRow td.Comment {
background: #ffffff;
}
.gerrit-PatchContentTable .ActiveRow td.IconCell,
.gerrit-PatchContentTable .ActiveRow td.LineNumber,
.gerrit-PatchContentTable .ActiveRow td.FileLine {
border-top: 1px solid blue;