cleanup
This commit is contained in:
@@ -9,7 +9,7 @@ import React, {
|
|||||||
import { createPortal } from 'react-dom';
|
import { createPortal } from 'react-dom';
|
||||||
import { resolveDocumentAssetUrl, createAssetView } from './asset_manager';
|
import { resolveDocumentAssetUrl, createAssetView } from './asset_manager';
|
||||||
import { useAssetNavigator } from './hooks/useAssetNavigator';
|
import { useAssetNavigator } from './hooks/useAssetNavigator';
|
||||||
import { ArrowLeftIcon, ArrowRightIcon, CloseIcon, FileIcon, FolderIcon } from './ui/icons';
|
import { ArrowLeftIcon, ArrowRightIcon, CloseIcon, FileIcon, FolderOutlineIcon } from './ui/icons';
|
||||||
import SelectionFloatingActions from './documents/SelectionFloatingActions';
|
import SelectionFloatingActions from './documents/SelectionFloatingActions';
|
||||||
import { createDocumentsTableHeaderActions } from './documents/DocumentsPanel';
|
import { createDocumentsTableHeaderActions } from './documents/DocumentsPanel';
|
||||||
import createWorkspaceSurfaceConfig from './documents/workspaceHeader';
|
import createWorkspaceSurfaceConfig from './documents/workspaceHeader';
|
||||||
@@ -2543,6 +2543,7 @@ export const createDesktopSurface = ({
|
|||||||
{index > 0 ? <span className="selection-summary__separator">·</span> : null}
|
{index > 0 ? <span className="selection-summary__separator">·</span> : null}
|
||||||
<span className="selection-summary__token">
|
<span className="selection-summary__token">
|
||||||
<span className="selection-summary__count">{token.count}</span>
|
<span className="selection-summary__count">{token.count}</span>
|
||||||
|
<span className="selection-summary__multiply">×</span>
|
||||||
{token.icon}
|
{token.icon}
|
||||||
</span>
|
</span>
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
|
|||||||
@@ -2076,6 +2076,12 @@ button.danger:hover:not([disabled]) {
|
|||||||
height: 1rem;
|
height: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.selection-summary__multiply {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
opacity: 0.6;
|
||||||
|
}
|
||||||
|
|
||||||
.selection-summary__separator {
|
.selection-summary__separator {
|
||||||
opacity: 0.45;
|
opacity: 0.45;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user