mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -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 (
|
return (
|
||||||
<div className="alert alert-info alert--upload animated fadeInUp ">
|
<div className="alert alert-info alert--upload animated fadeInUp ">
|
||||||
<button type="button" className="close" onClick={showAbortModal}>
|
<button type="button" className="close close--alt" onClick={showAbortModal}></button>
|
||||||
<span>×</span>
|
|
||||||
</button>
|
|
||||||
<div>{text}</div>
|
<div>{text}</div>
|
||||||
<ProgressBar now={percent} />
|
<ProgressBar now={percent} />
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
Reference in New Issue
Block a user