diff --git a/web/src/components/DiffViewer/DiffViewer.module.scss b/web/src/components/DiffViewer/DiffViewer.module.scss index 9b625846f..ed548e833 100644 --- a/web/src/components/DiffViewer/DiffViewer.module.scss +++ b/web/src/components/DiffViewer/DiffViewer.module.scss @@ -119,11 +119,6 @@ .d2h-code-line, .d2h-code-side-line { .d2h-code-line-ctn { - > del:first-child, - > ins:first-child { - background-color: transparent; - } - ins { background-color: var(--bg-change-added); } @@ -239,7 +234,12 @@ } &:last-of-type, - *:not(span[data-annotation-for-line], span[data-selected-indicator]) { + *:not( + span[data-annotation-for-line], + span[data-selected-indicator], + [data-comment-thread-id], + [data-comment-thread-id] * + ) { background-color: var(--bg-selected-line-content) !important; }