File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/vs/workbench/contrib/search/browser/searchTreeModel Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ export class FileMatchImpl extends Disposable implements ISearchTreeFileMatch {
30
30
stickiness : TrackedRangeStickiness . NeverGrowsWhenTypingAtEdges ,
31
31
zIndex : 13 ,
32
32
className : 'currentFindMatch' ,
33
+ inlineClassName : 'currentFindMatchInline' ,
33
34
overviewRuler : {
34
35
color : themeColorFromId ( overviewRulerFindMatchForeground ) ,
35
36
position : OverviewRulerLane . Center
@@ -44,6 +45,7 @@ export class FileMatchImpl extends Disposable implements ISearchTreeFileMatch {
44
45
description : 'search-find-match' ,
45
46
stickiness : TrackedRangeStickiness . NeverGrowsWhenTypingAtEdges ,
46
47
className : 'findMatch' ,
48
+ inlineClassName : 'findMatchInline' ,
47
49
overviewRuler : {
48
50
color : themeColorFromId ( overviewRulerFindMatchForeground ) ,
49
51
position : OverviewRulerLane . Center
You can’t perform that action at this time.
0 commit comments