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