Skip to content
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(ColorPicker): hue slider goes out of bounds #4465

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

plagoa
Copy link
Contributor

@plagoa plagoa commented Dec 4, 2024

No description provided.

@plagoa plagoa requested a review from a team as a code owner December 4, 2024 10:40
@plagoa plagoa requested review from zettca and francisco-guilherme and removed request for a team December 4, 2024 10:40
@github-actions github-actions bot temporarily deployed to uikit/pr-4465 December 4, 2024 10:47 Destroyed
@github-actions github-actions bot temporarily deployed to uikit-docs/pr-4465 December 4, 2024 10:47 Destroyed
@@ -54,7 +54,7 @@ export const { staticClasses, useClasses } = createClasses(name, {
marginLeft: "0px",
border: "2px solid #fff",
borderRadius: theme.radii.circle,
transform: "translate(0, -2px)",
transform: "translate(-6px, -2px)",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the visual changes seem unexpected, it goes out of bounds when vertical & on the start of the slider

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I fixed it for the vertical case too. Still, some visual changes are expected.

@plagoa plagoa force-pushed the fix/color_picker_hue_slider branch from 1f3822d to 9f448a8 Compare December 4, 2024 11:51
@github-actions github-actions bot temporarily deployed to uikit/pr-4465 December 4, 2024 11:56 Destroyed
@zettca zettca linked an issue Dec 4, 2024 that may be closed by this pull request
2 tasks
@zettca zettca merged commit 75ad7f6 into master Dec 4, 2024
12 checks passed
@zettca zettca deleted the fix/color_picker_hue_slider branch December 4, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Color picker - slider goes too far to the right
2 participants