-
Notifications
You must be signed in to change notification settings - Fork 79
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
[WIP] Update MUI to v5 #4363
[WIP] Update MUI to v5 #4363
Conversation
margin-bottom: 1em; | ||
margin-top: 1em; | ||
margin-bottom: 1em !important; | ||
margin-top: 1em !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.
!important should not be used
@@ -68,6 +67,6 @@ | |||
} | |||
|
|||
.submitButton { | |||
margin-bottom: 1em; | |||
margin-top: 1em; | |||
margin-bottom: 1em !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.
!important should not be used
margin-right: 1em; | ||
margin-top: 0.5em; | ||
cursor: pointer !important; | ||
margin-right: 1em !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.
!important should not be used
cursor: pointer; | ||
margin-right: 1em; | ||
margin-top: 0.5em; | ||
cursor: pointer !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.
!important should not be used
76c3a06
to
4221da1
Compare
bbd8e5c
to
22e7bac
Compare
01d4a64
to
85923d4
Compare
6f547a4
to
7c7a9e1
Compare
Staged updates:
There are 2 versions each for v3 and v4 updates (rebased and non-rebased branches). For v5 update, we will only work on the rebased branch.
Closes #2438