1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

12.0 add buttons animation (#6167)

* add library container animation

* change animation and style
This commit is contained in:
Michael An
2024-06-17 14:48:16 +08:00
committed by GitHub
parent 5db1bd93ac
commit 422108b312
6 changed files with 126 additions and 40 deletions

View File

@@ -336,7 +336,7 @@ class MultipleDirOperationToolbar extends React.Component {
<Fragment>
<div className="selected-dirents-toolbar">
{selectedLen > 0 &&
<span className="cur-view-path-btn px-2" onClick={this.props.unSelectDirent}>
<span className="cur-view-path-btn px-2" style={{ marginLeft: '-10px' }} onClick={this.props.unSelectDirent}>
<span className="sf3-font-x-01 sf3-font mr-2" aria-label={gettext('Unselect')} title={gettext('Unselect')}></span>
<span>{selectedLen}{' '}{gettext('selected')}</span>
</span>