-
Notifications
You must be signed in to change notification settings - Fork 590
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
Pro 6822 color picker broken #4809
Conversation
max-height: 999px; | ||
padding: $spacing-base 0; |
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.
Remove the padding here to add it above to .apos-schema
it allows the animation of the dropdown to not jump (padding still being here when finishing to close the dropdown).
It's more pleasing to the eye.
@@ -265,6 +263,7 @@ | |||
|
|||
&.collapse-enter-active, | |||
&.collapse-leave-active { | |||
overflow: hidden; |
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.
We only need the overflow hidden during the animation. This way it's not the case when opened and the color picker can overflow.
@@ -115,7 +115,7 @@ export default { | |||
Saturation: saturation, | |||
Hue: hue, | |||
Alpha: alpha, | |||
EdIn: editableInput, | |||
EditableContent: editableInput, |
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.
Just making in more readable
@@ -124,6 +124,7 @@ export default { | |||
} | |||
|
|||
.apos-color__input { | |||
width: 100%; |
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.
Fixes the rgba inputs not wanting to respect the flexed parent size
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.
eek, sorry about this. improvements look good as well!
PRO-6822
Summary
What are the specific steps to test this change?
Color picker is not hidden by a overflow hidden in inline array
Color picker doesn't have input going off the modal
What kind of change does this PR introduce?
Make sure the PR fulfills these requirements: