-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(modal): add classModifier prop #960
Conversation
export type ModalCoreProps = ModalCoreComponentProps & WithClassModifierOptions; | ||
|
||
const enhance = compose( | ||
identity<ModalCoreComponentProps>(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Est-ce qu'il ne faudrait pas mettre ModalCoreProps comme type ici pour avoir accès au classModifier ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bien vu, done
@@ -5,6 +5,9 @@ | |||
animation: fademodal 0.1s linear; | |||
z-index: 3; | |||
overflow: auto; | |||
&--after-open { | |||
background: rgba(48, 50, 191, 0.62) !important; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Est ce qu'on ne prendrais pas une couleur déjà définie ou on la définie ? Pourquoi le important ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description of the issue
regression sur les modifier des modals
Person(s) for reviewing proposed changes
@arnaudforaison
Important
Before creating a pull request run unit tests