1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 08:53:14 +00:00

change icon (#6980)

This commit is contained in:
Michael An
2024-11-01 11:50:12 +08:00
committed by GitHub
parent bc9f713fa6
commit 184497c971
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ class MarkdownViewerDialog extends React.Component {
<InternalLinkOperation path={Utils.joinPath(filePath, fileName)} repoID={repoID} />
</div>
<div className='seafile-markdown-viewer-modal-header-right-tool'>
<span className='sf3-font sf3-font-open' onClick={this.props.openMarkdownFile}></span>
<span className='sf3-font sf3-font-new-page' onClick={this.props.openMarkdownFile}></span>
<span className='sf3-font sf3-font-x-01' onClick={this.props.onCloseMarkdownViewDialog}></span>
</div>
</div>

View File

@@ -108,7 +108,7 @@ export default class PageDropdownMenu extends Component {
<span className="item-text">{gettext('Delete page')}</span>
</DropdownItem>
)}
< hr className='divider' />
<hr className='divider' />
<DropdownItem onClick={this.handleOpenInNewTab}>
<i className='sf3-font sf3-font-open-in-new-tab' />
<span className="item-text">{gettext('Open in new tab')}</span>