-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add Star Question Type #16
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Looks good! A few questions but probably more for me than you!
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.
The star question looks awesome, just one a11y comment and a styling suggestion
display: none; | ||
} | ||
|
||
.star { |
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.
could we also add an outline around the stars
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.
I tried a few variations of this. Unfortunately the way we render the stars we can't get an outline or shadow on the star itself, only on the box around the star. This could be resolved with clip-path, or totally re-doing how we render the stars...
I do agree though the styling needs some work. Not sure which direction to go... Borders would match the radio button style, maybe editing the svg is the way to go?
You have any other ideas
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.
Opened #18
This PR adds a new question type, star. Similar to smiley slider.