Skip to content

Commit

Permalink
Don't show whitespace colors
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Nov 19, 2024
1 parent cd9a516 commit 44869cd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,15 +201,15 @@
}
}

& .definition-change.card.updated .replace {
& .definition-change.card.updated .replace:not(:has(span .blank)) {
background: var(--color-orange-4);
}

& .definition-change.card.updated .replace a:hover {
background: var(--color-orange-3);
}

& .definition-change.card.updated .old {
& .definition-change.card.updated .old:not(:has(span .blank)) {
background: var(--color-pink-5);
}

Expand All @@ -225,15 +225,15 @@
background: var(--color-green-3);
}

& .definition-change.card.updated .annotation-change {
& .definition-change.card.updated .annotation-change:not(:has(span .blank)) {
background: var(--color-orange-4);
}

& .definition-change.card.updated .annotation-change a:hover {
background: var(--color-orange-3);
}

& .definition-change.card.updated .segment-change {
& .definition-change.card.updated .segment-change:not(:has(span .blank)) {
background: var(--color-orange-4);
}

Expand Down

0 comments on commit 44869cd

Please sign in to comment.