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:
Ben Rohlfs 2020-02-02 11:59:46 +01:00
parent 24d497844d
commit 61fcea6b59

View File

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