Fix diff background color in ignoredWhitespaceOnly mode
Change 251279 introduced gray coloring of empty areas by explicitly setting a background color for .contentText. It was overlooked that the special rules for .ignoredWhitespaceOnly also need to be changed. Change-Id: Iac978fbef612f2fc2733c82ef34bd3be0a80bdfa
This commit is contained in:
parent
24d497844d
commit
61fcea6b59
@ -176,7 +176,7 @@ limitations under the License.
|
||||
.ignoredWhitespaceOnly .content.remove .contentText .intraline,
|
||||
.delta.total.ignoredWhitespaceOnly .content.remove .contentText,
|
||||
.ignoredWhitespaceOnly .content.remove .contentText {
|
||||
background: none;
|
||||
background-color: var(--view-background-color);
|
||||
}
|
||||
|
||||
.content .contentText:empty:after {
|
||||
|
Loading…
Reference in New Issue
Block a user