mirror of
https://github.com/catppuccin/web-file-explorer-icons.git
synced 2026-01-09 05:50:49 +08:00
parent
b618170df0
commit
f047c80214
@ -37,7 +37,7 @@ const commitDiffFileHeaderImplementation: ReplacementSelectorSet = {
|
|||||||
const mergeRequestsTreeImplementation: ReplacementSelectorSet = {
|
const mergeRequestsTreeImplementation: ReplacementSelectorSet = {
|
||||||
row: '.diff-tree-list .file-row',
|
row: '.diff-tree-list .file-row',
|
||||||
filename: '.file-row-name',
|
filename: '.file-row-name',
|
||||||
icon: '.file-row-icon svg',
|
icon: '.file-row-name svg',
|
||||||
isDirectory: (rowEl, _fileNameEl, _iconEl) =>
|
isDirectory: (rowEl, _fileNameEl, _iconEl) =>
|
||||||
rowEl.classList.contains('folder'),
|
rowEl.classList.contains('folder'),
|
||||||
isSubmodule: (_rowEl, _fileNameEl, iconEl) =>
|
isSubmodule: (_rowEl, _fileNameEl, iconEl) =>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user