-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
feat(dropdown): added inline dropdown, style changes to dropdown, fixed link in data table readme #732
feat(dropdown): added inline dropdown, style changes to dropdown, fixed link in data table readme #732
Conversation
* feat(text-input): started working on new styles * feat(text-inputs): added new variations of text inputs * feat(text-inputs): added new styles to text area * feat(text-inputs): added new styles to date picker * feat(inputs): finished up first iteration of inptus
* feat(color): start updating colors * feat(color): update more colors * feat(color): update hover colors * feat(color): tweak some more colors * feat(color): update date-picker colors * feat(color): update table colors
* feat(text-input): started working on new styles * feat(text-inputs): added new variations of text inputs * feat(text-inputs): added new styles to text area * feat(text-inputs): added new styles to date picker * feat(inputs): finished up first iteration of inptus
* feat(color): start updating colors * feat(color): update more colors * feat(color): update hover colors * feat(color): tweak some more colors * feat(color): update date-picker colors * feat(color): update table colors
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.
Huge thanks @marijohannessen for introducing this variant! I’m excited when I saw the one in our dev env! A couple of questions:
- Is the style changes to non-inline dropdown intentional?
- Should the darkened hover over be shrunk to the length of text?
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.
@asudoh yes, the style changes are intentional 🙂 |
Alright, was able to fix it @asudoh and @alisonjoseph ! 🙂 |
@marijohannessen If you choose an option now the arrow disappears. 😕 |
Oh no! Will fix! 🙂 |
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!
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.
It’s great that the trigger button is now shrunk to the size of text, @marijohannessen! 🎉 It’d be great if the JavaScript code doesn’t have to take care of the arrow icon - I put a possible approach to: asudoh@879187f
Overview
Closes #694
Closes #200
Added
dropdown--inline.html
Changed
inline-select.html
toselect--inline.html
README.md
fordata-table-v2
Testing / Reviewing
Make sure inline Dropdown works as expected.