commit | b00ccdc84efc7397206eeb01bd5efc4792652cb1 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Wed Feb 24 15:06:24 2010 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Wed Feb 24 15:06:27 2010 -0800 |
tree | de67e4974e002d38fa8d86fad36cedef820a6c8b | |
parent | 6c8e9ede2daa121d678c572b60b99c3412ac3f0c [diff] |
Ensure vertical tabs are visible within deleted regions Because we show tabs as red dotted lines, on a red background it can be hard to see. Use the heavier black dotted lines when the tab is within either a whitespace error region or within a deleted character region of a line. Change-Id: I7e317127659d19ba80c9c22e4b8245e467c64fad Signed-off-by: Shawn O. Pearce <sop@google.com>
diff --git a/gerrit-prettify/src/main/resources/com/google/gerrit/prettify/client/gerrit.css b/gerrit-prettify/src/main/resources/com/google/gerrit/prettify/client/gerrit.css index cf39d22..f323b1a 100644 --- a/gerrit-prettify/src/main/resources/com/google/gerrit/prettify/client/gerrit.css +++ b/gerrit-prettify/src/main/resources/com/google/gerrit/prettify/client/gerrit.css
@@ -37,7 +37,8 @@ * error. For these we want the whitespace error to take precedence * so we have to override the contained style. */ -.wse .vt { +.wse .vt, +.wdd .vt { border-left: 2px dotted black; } .wse .wdd {