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:
@@ -37,7 +37,8 @@
|
|||||||
* error. For these we want the whitespace error to take precedence
|
* error. For these we want the whitespace error to take precedence
|
||||||
* so we have to override the contained style.
|
* so we have to override the contained style.
|
||||||
*/
|
*/
|
||||||
.wse .vt {
|
.wse .vt,
|
||||||
|
.wdd .vt {
|
||||||
border-left: 2px dotted black;
|
border-left: 2px dotted black;
|
||||||
}
|
}
|
||||||
.wse .wdd {
|
.wse .wdd {
|
||||||
|
|||||||
Reference in New Issue
Block a user