Skip to content

Commit

Permalink
Add colored background to highlightchanges to the state: removal, add…
Browse files Browse the repository at this point in the history
…ition and update
  • Loading branch information
FedericoPonzi committed Oct 11, 2024
1 parent c08dc12 commit acf3ebc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/webview/checkResultView/errorTraceSection/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,12 @@
}

.value-A {
background-color: rgba(128, 255, 73, 0.1);
text-decoration: underline var(--vscode-gitDecoration-addedResourceForeground);
}

.value-M {
background-color: rgba(245, 254, 145, 0.1);
text-decoration: underline dotted var(--vscode-gitDecoration-modifiedResourceForeground);
}

Expand Down

0 comments on commit acf3ebc

Please sign in to comment.