mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 22:59:01 +02:00
Merge pull request #26972 from overleaf/dp-file-tree-icons
Improvements to file tree icon buttons GitOrigin-RevId: a27b25e11c90f1b833fac0f5ce2c1cb8d0cedb8c
This commit is contained in:
BIN
Binary file not shown.
@@ -30,6 +30,7 @@ export default /** @type {const} */ ([
|
||||
'table_chart',
|
||||
'thumb_down',
|
||||
'thumb_up',
|
||||
'upload',
|
||||
'upload_file',
|
||||
'web_asset',
|
||||
])
|
||||
|
||||
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user