We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba6a1b commit 70d2c3fCopy full SHA for 70d2c3f
1 file changed
extensions/ql-vscode/src/view/common/DataGrid.tsx
@@ -49,9 +49,8 @@ const StyledDataGridRow = styled.div<{
49
& > * {
50
// Use !important to override the background color set by the hover state
51
background-color: ${(props) =>
52
- // TODO: Use different colors for selected and focused
53
props.$focused
54
- ? "var(--vscode-editor-selectionBackground) !important"
+ ? "var(--vscode-editor-findMatchHighlightBackground) !important"
55
: props.$selected
56
? "var(--vscode-editor-selectionBackground) !important"
57
: "inherit"};
0 commit comments