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

Add hover style for [Selectbox] #144

Merged

Conversation

Juyeong-Byeon
Copy link
Contributor

@Juyeong-Byeon Juyeong-Byeon commented Oct 7, 2021

add hover style for selectbox

Description

add hover style for selectbox.
hover feedback is Important in Web environment.

Without hover style, user can't know Intuitively which item will be chosen.

before:
https://user-images.githubusercontent.com/35381940/136384096-021608fa-e6c2-4276-9476-44f0b3356013.mov

after:
https://user-images.githubusercontent.com/35381940/136384210-c6ad768d-0c5a-41c8-8962-1178829b35fc.mov

And I added the props that can used for customizing the hover style

Test Plan

none

Related Issues

none

Tests

I added the following tests:

check out web demo

Checklist

Before you create this PR confirms that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • Run yarn test:all and make sure nothing fails. You can run yarn test -u to update snapshots if needed.
  • I am willing to follow-up on review comments in a timely manner.

add hover style for selectbox
@codecov
Copy link

codecov bot commented Oct 7, 2021

Codecov Report

Merging #144 (b6da358) into master (8d0de13) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #144      +/-   ##
==========================================
+ Coverage   94.59%   94.63%   +0.03%     
==========================================
  Files          27       27              
  Lines         648      652       +4     
  Branches      283      285       +2     
==========================================
+ Hits          613      617       +4     
- Misses         34       35       +1     
+ Partials        1        0       -1     

@Juyeong-Byeon
Copy link
Contributor Author

@yujong-lee @hyochan
I added hover style for selectbox please check it out!

Copy link
Contributor

@yujonglee yujonglee left a comment

Choose a reason for hiding this comment

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

Great work!

@yujonglee yujonglee merged commit 67c9b51 into dooboolab-community:master Oct 8, 2021
@yujonglee yujonglee added the 🍗 enhancement New feature or request label Oct 8, 2021
@yujonglee yujonglee changed the title [enhance] add hover style for selectbox Add hover style for [Selectbox] Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍗 enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants