Skip to content

Commit

Permalink
chore: add css changes needed for new ls data-flow (snyk#564)
Browse files Browse the repository at this point in the history
* chore: add css changes needed for new ls data-flow

* chore: remove unnecessary css

* theme specific background image
  • Loading branch information
DariusZdroba authored Dec 16, 2024
1 parent 1b81854 commit 8a03f1f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion media/views/snykCode/suggestion/suggestionLS.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
@import '../../common/webview';


.vscode-dark .data-flow-number{
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
}
.vscode-light .data-flow-number{
background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
}
.data-flow-text {
font-family: "Courier New", Courier, monospace;
}
Expand Down

0 comments on commit 8a03f1f

Please sign in to comment.