mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove Alertify dialog from Grant Wizard, Import/Export Servers and Cloud.
This commit is contained in:
@@ -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}>
|
||||
|
||||
@@ -301,12 +301,3 @@
|
||||
outline: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.wizard-header {
|
||||
.ml-auto {
|
||||
button {
|
||||
@extend .btn-secondary;
|
||||
outline: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user