Skip to content

Commit

Permalink
fixed dnd drag-over feedback compatibility with light/dark modes
Browse files Browse the repository at this point in the history
  • Loading branch information
justintucker1 committed Jan 15, 2025
1 parent 7ab2eb7 commit c3bb326
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
}
.run-row-dropzone {
box-shadow: inset 0 0 0 3px white;
box-shadow: inset 0 0 0 3px var(--vscode-editor-foreground);
}
</style>

Expand Down

0 comments on commit c3bb326

Please sign in to comment.