fix(sites/gitlab): merge request diff tree icons (#242)

This commit is contained in:
uncenter 2025-12-19 16:32:20 -05:00 committed by GitHub
parent b618170df0
commit 16d7808918
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ const commitDiffFileHeaderImplementation: ReplacementSelectorSet = {
const mergeRequestsTreeImplementation: ReplacementSelectorSet = {
row: '.diff-tree-list .file-row',
filename: '.file-row-name',
icon: '.file-row-icon svg',
icon: '.file-row-name svg',
isDirectory: (rowEl, _fileNameEl, _iconEl) =>
rowEl.classList.contains('folder'),
isSubmodule: (_rowEl, _fileNameEl, iconEl) =>