-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix (form range): change colors for hover and active states #1605
Fix (form range): change colors for hover and active states #1605
Conversation
✅ Deploy Preview for boosted ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Haven't looked at the details of this PR but the new Sass var should be documented in the migration guide. |
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.
Some things to tackle before approval!
Signed-off-by: Isabelle Chanclou <isabelle.chanclou@orange.com>
Signed-off-by: Isabelle Chanclou <isabelle.chanclou@orange.com>
d34a2d1
to
5f1e17f
Compare
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.
Small fixes
Co-authored-by: Louis-Maxime Piton <louismaxime.piton@orange.com>
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.
Maybe we can inform the designers that in https://system.design.orange.com/0c1af118d/p/88ab5b-forms/b/599459/i/48901789, the cursor is not the same hand cursor.
Signed-off-by: Isabelle Chanclou <isabelle.chanclou@orange.com>
Signed-off-by: Isabelle Chanclou <isabelle.chanclou@orange.com>
Signed-off-by: Isabelle Chanclou <isabelle.chanclou@orange.com>
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.
js/dist/util/template-factory.js.map should be removed from the PR
Signed-off-by: Isabelle Chanclou <isabelle.chanclou@orange.com>
Signed-off-by: Isabelle Chanclou <isabelle.chanclou@orange.com>
Signed-off-by: Isabelle Chanclou <isabelle.chanclou@orange.com>
Signed-off-by: Isabelle Chanclou <isabelle.chanclou@orange.com>
Signed-off-by: Isabelle Chanclou <isabelle.chanclou@orange.com>
I’ve checked the state colours for hover, press and drag for the grab handle and it all looks good (as specified on a white background). The cursor also behaves as expected with the hand cursor changing on press and drag. I will change the look of the cursor hand on the Sketch file for the press and drag state. |
As discussed with @louismaximepiton, I've removed the deprecation of |
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.
LGTM 🚀
Can rollback it but I'm suggesting to add a "Dark variant" section in the docs with 519ce5f. Thoughts? |
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.
Re thinking about this, we should remove the dark variant example for now and implement later on with a specific class
Removing dark variant since apparently this PR is not treating this use case at all. Thought that it was OK for dark variant already. And replacing the custom prop with |
Kudos, SonarCloud Quality Gate passed!
|
Related issues
Fixes issue #1320
Description
Fix colors of the grab circle on hover and active state for Chrome and Firefox.
Motivation & Context
These colors changes are needed to respect the orange design system specifications.
Types of change
Live previews
Checklist
npm run lint
)