Skip to content

Conversation

@joyenjoyer
Copy link
Contributor

@joyenjoyer joyenjoyer commented May 19, 2025

INSTUI-4553

Test:

  1. Check if pointer cursor disappears when hovering over a disabled checkbox (toggle variant)

Example code to use:
<Checkbox disabled label="Toggle Checkbox" variant="toggle" />

borderRadius: '3rem',
verticalAlign: 'middle',
boxShadow: `inset 0 0 0 ${componentTheme.borderWidth} ${(invalid && !checked) ? componentTheme.errorBorderColor : componentTheme.borderColor}`,
boxShadow: `inset 0 0 0 ${componentTheme.borderWidth} ${
Copy link
Contributor Author

@joyenjoyer joyenjoyer May 19, 2025

Choose a reason for hiding this comment

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

I guess this is the pre-commit hook's manipulation. No change here.

@joyenjoyer joyenjoyer requested review from HerrTopi and git-nandor May 19, 2025 14:21
@github-actions
Copy link

github-actions bot commented May 19, 2025

PR Preview Action v1.6.1
Preview removed because the pull request was closed.
2025-05-20 13:20 UTC

@joyenjoyer joyenjoyer merged commit 796284e into master May 20, 2025
8 checks passed
@joyenjoyer joyenjoyer deleted the checkbox_disabled_fix branch May 20, 2025 13:20
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.

4 participants