Skip to content

Commit c0dd656

Browse files
committed
Change explorer filter icon to listFilter
This makes it distinct from the common dropdown icon. Part of microsoft#156179
1 parent 866bddc commit c0dd656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/base/browser/ui/tree/abstractTree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ export interface ICaseSensitiveToggleOpts {
663663
export class ModeToggle extends Toggle {
664664
constructor(opts?: ICaseSensitiveToggleOpts) {
665665
super({
666-
icon: Codicon.filter,
666+
icon: Codicon.listFilter,
667667
title: localize('filter', "Filter"),
668668
isChecked: opts?.isChecked ?? false,
669669
inputActiveOptionBorder: opts?.inputActiveOptionBorder,

0 commit comments

Comments
 (0)