Skip to content

Commit 22ac84a

Browse files
authored
Switch list-selection to list-filter icon (#1800)
1 parent 82e4002 commit 22ac84a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,13 +434,13 @@
434434
"title": "%command.views.experimentsTree.selectExperiments%",
435435
"command": "dvc.views.experimentsTree.selectExperiments",
436436
"category": "DVC",
437-
"icon": "$(list-selection)"
437+
"icon": "$(list-filter)"
438438
},
439439
{
440440
"title": "%command.views.experimentsColumnsTree.selectColumns%",
441441
"command": "dvc.views.experimentsColumnsTree.selectColumns",
442442
"category": "DVC",
443-
"icon": "$(list-selection)"
443+
"icon": "$(list-filter)"
444444
},
445445
{
446446
"title": "%command.views.experimentsTree.autoApplyFilters%",
@@ -458,7 +458,7 @@
458458
"title": "%command.views.plotsPathsTree.selectPlots%",
459459
"command": "dvc.views.plotsPathsTree.selectPlots",
460460
"category": "DVC",
461-
"icon": "$(list-selection)"
461+
"icon": "$(list-filter)"
462462
}
463463
],
464464
"configuration": {

0 commit comments

Comments
 (0)