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

Themes: Refactor Checkbox, Switch, and Radio #14232

Merged
merged 16 commits into from
May 28, 2024
Merged

Conversation

simeonoff
Copy link
Collaborator

@simeonoff simeonoff commented May 16, 2024

Closes #14107
Closes #14108
Closes #14109

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

@AnjiManova
Copy link

Material

All good with material -> the invalid variants ripple color is already fixed thanks to @didimmova

@AnjiManova
Copy link

AnjiManova commented May 17, 2024

Fluent

There is some visual glitch in Fluent Checkbox/Intermediate. -> this is fixed ✅

https://github.com/IgniteUI/igniteui-angular/assets/127843837/d88d729f-1f5e-4099-9096-b78da1e5a4ae
https://github.com/IgniteUI/igniteui-angular/assets/127843837/ae99024b-ec76-460f-9ee2-689059a62104


In addition, while hovering a list item with a disabled checkbox in dark mode, the checkbox is not visible, but we will fix this during the List component refinement. This is because the checkbox disabled color is the same as the list item hover/active background color.

desig9stein
desig9stein previously approved these changes May 17, 2024

@if $variant == 'bootstrap' and $theme-variant == 'dark' {
%cbx-composite-mark {
stroke: black;
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are you using a hardcoded color?

Copy link
Contributor

Choose a reason for hiding this comment

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

same reason, no need to expose new property, since it's different only in dark bootstrap theme

@imincheva
Copy link

imincheva commented May 20, 2024

Bootstrap
All looks good except for Marin's comment

@AnjiManova

This comment was marked as resolved.

@didimmova didimmova added ✅ status: verified Applies to PRs that have passed manual verification and removed ❌ status: awaiting-test PRs awaiting manual verification labels May 28, 2024
@simeonoff simeonoff merged commit 2b66d25 into master May 28, 2024
6 checks passed
@simeonoff simeonoff deleted the didimmova/input-controls branch May 28, 2024 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch component refinement Radio Group component refinement Checkbox component refinement
6 participants