From f1fe3bf2158d8a1841c3e532743dea09480adedb Mon Sep 17 00:00:00 2001 From: Bruce Zu Date: Fri, 26 Oct 2012 17:58:06 +0800 Subject: [PATCH] Fix: Blue line cannot be displayed. In patch diff view, if there are more published comments the blue line of the cursor cannot be displayed at the bottom of any comment box except the last one. This commit fixed this bug. Change-Id: I66b187aab3a552af084a36034840bccbd5061f19 --- gerrit-gwtui/src/main/java/com/google/gerrit/client/gerrit.css | 1 + 1 file changed, 1 insertion(+) diff --git a/gerrit-gwtui/src/main/java/com/google/gerrit/client/gerrit.css b/gerrit-gwtui/src/main/java/com/google/gerrit/client/gerrit.css index 07cba350da..bca38d91bd 100644 --- a/gerrit-gwtui/src/main/java/com/google/gerrit/client/gerrit.css +++ b/gerrit-gwtui/src/main/java/com/google/gerrit/client/gerrit.css @@ -783,6 +783,7 @@ .patchContentTable .activeRow .lineNumber, .patchContentTable .activeRow .fileLine, .patchContentTable .activeRow .diffText, +.patchContentTable .activeRow td.commentHolder, .patchContentTable .activeRow .wdc, .patchContentTable .activeRow .wdd, .patchContentTable .activeRow .wdi,