Skip to content

Bug: Text File Icon broken #162

@maoyeedy

Description

@maoyeedy

Image

.txt icon is still missing, despite fix were made in PR #138.

Confirmed in both Firefox&Chrome fresh profile.

(Not duplicate of #126 and #129)

Possible cause

As of April 26th, 2025:

Directory svg class: octicon octicon-file-directory-fill icon-directory

File svg class: octicon octicon-file color-fg-muted

there's no icon-file-text

So the fix in #138 won't work.

if (String(className).includes('icon-file-text')) {
  return;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions