File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 71
71
.diff-wrapper .diff .diff-html .change .change-eq .new {
72
72
background : # fff ;
73
73
}
74
+ .diff-wrapper .diff .diff-html .change .change-ins .old , .diff-wrapper .diff .diff-html .change .change-del .new {
75
+ cursor : not-allowed;
76
+ background : # ebebeb ;
77
+ }
74
78
.diff-wrapper .diff .diff-html .change .old {
75
79
background : # fbe1e1 ;
76
80
}
Original file line number Diff line number Diff line change 26
26
$table-sidebar-color : mix ($bg-color , $text-color , 80% );
27
27
$border-color : $text-color ;
28
28
29
+ // color for the nonexistent block
30
+ // for example, there are a deleted line that has no corresponding one
31
+ $bg-color-nonexistent-block : mix ($bg-color , $table-sidebar-color , 60% );
32
+
29
33
background-color : $bg-color ;
30
34
border-collapse : collapse ;
31
35
border-spacing : 0 ;
108
112
}
109
113
}
110
114
115
+ & .change-ins .old ,
116
+ & .change-del .new {
117
+ cursor : not-allowed ;
118
+ background : $bg-color-nonexistent-block ;
119
+ }
120
+
111
121
.old {
112
122
background : $bg-color-delete ;
113
123
}
You can’t perform that action at this time.
0 commit comments