We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f623efd commit f5308c6Copy full SHA for f5308c6
src/webview/SearchSidebar/SearchResultList/MatchList.tsx
@@ -11,7 +11,7 @@ const styles = stylex.create({
11
paddingLeft: '38px',
12
listStyle: 'none',
13
':hover': {
14
- background: 'var(--vscode-list-inactiveSelectionBackground)',
+ background: 'var( --vscode-list-hoverBackground)',
15
},
16
// a hack to avoid setHover state, see also Actions.tsx
17
// https://github.com/facebook/stylex/issues/373
src/webview/SearchSidebar/SearchResultList/TreeItem.tsx
@@ -25,7 +25,7 @@ const styles = stylex.create({
25
alignItems: 'center',
26
background: 'var(--vscode-sideBar-background)',
27
28
29
30
31
scrolled: {
0 commit comments