Merge pull request #26972 from overleaf/dp-file-tree-icons

Improvements to file tree icon buttons

GitOrigin-RevId: a27b25e11c90f1b833fac0f5ce2c1cb8d0cedb8c
This commit is contained in:
David
2025-07-09 11:20:08 +01:00
committed by Copybot
parent 349fb62f60
commit 9237d8227b
4 changed files with 2 additions and 5 deletions
@@ -30,6 +30,7 @@ export default /** @type {const} */ ([
'table_chart',
'thumb_down',
'thumb_up',
'upload',
'upload_file',
'web_asset',
])
@@ -91,7 +91,7 @@ export default function FileTreeActionButtons() {
id="upload"
description={t('upload')}
onClick={uploadWithAnalytics}
iconType="upload_file"
iconType="upload"
/>
)}
{canBulkDelete && (
@@ -107,10 +107,6 @@
&:active {
color: var(--file-tree-expand-button-color);
}
.material-symbols {
font-size: 16px;
}
}
.file-tree {