mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Fix the styling of upload abort button (#5697)
This commit is contained in:
parent
3805a055ab
commit
de84f41bec
@ -58,9 +58,7 @@ export class UploadModal extends React.Component {
|
||||
|
||||
return (
|
||||
<div className="alert alert-info alert--upload animated fadeInUp ">
|
||||
<button type="button" className="close" onClick={showAbortModal}>
|
||||
<span>×</span>
|
||||
</button>
|
||||
<button type="button" className="close close--alt" onClick={showAbortModal}></button>
|
||||
<div>{text}</div>
|
||||
<ProgressBar now={percent} />
|
||||
<div>
|
||||
|
Loading…
Reference in New Issue
Block a user