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

fix(Listbox): no box-shadow on hover #1163

Merged
merged 2 commits into from
Mar 20, 2023
Merged

Conversation

DanielS-Qlik
Copy link
Contributor

Motivation

Don't add box-shadow on hover.
Fixes qlik-oss/sn-list-objects#170

Before:
Kapture 2023-03-20 at 13 51 48

After:
Kapture 2023-03-20 at 13 49 18

Requirements checklist

  • Api specification
    • Ran yarn spec
      • No changes OR API changes has been formally approved
  • Unit/Component test coverage
  • Correct PR title for the changes (fix, chore, feat)

When build and tests have passed:

  • Add code reviewers, for example @qlik-oss/nebula-core

@T-Wizard
Copy link
Collaborator

In (maybe) the slightly longer perspective I think we want the more complicated solution of not stealing focus on hover

@DanielS-Qlik
Copy link
Contributor Author

Yes, in the old listbox the "virtual scroll" from sense is used to enable the user to scroll with the keyboard on hover. But it seems to involve quite a lot of work.

@DanielS-Qlik DanielS-Qlik merged commit 72af025 into master Mar 20, 2023
@DanielS-Qlik DanielS-Qlik deleted the ild/box-shadow-on-hover branch March 20, 2023 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Blue outline added when hover
4 participants