Remove Alertify dialog from Grant Wizard, Import/Export Servers and Cloud.

This commit is contained in:
Akshay Joshi
2022-07-28 10:14:04 +05:30
parent 81f52a82c8
commit 81b0d1138b
17 changed files with 90 additions and 614 deletions

View File

@@ -27,7 +27,8 @@ const useStyles = makeStyles((theme) =>
wizardBase: {
height: '100%',
display: 'flex',
flexDirection: 'column'
flexDirection: 'column',
backgroundColor: theme.palette.background.default
},
root: {
display: 'flex',
@@ -172,7 +173,6 @@ function Wizard({ stepList, onStepChange, onSave, className, ...props }) {
return (
<Box className={classes.wizardBase}>
<Box className={clsx('wizard-header')}>{props.title}</Box>
<div className={clsx(classes.root, props?.rootClass)}>
<div className={clsx(classes.wizard, className)}>
<Box className={classes.leftPanel}>

View File

@@ -301,12 +301,3 @@
outline: none !important;
}
}
.wizard-header {
.ml-auto {
button {
@extend .btn-secondary;
outline: none !important;
}
}
}