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>
This commit is contained in:
Shawn O. Pearce
2010-02-24 15:06:24 -08:00
parent 6c8e9ede2d
commit b00ccdc84e

View File

@@ -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 {