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

🐛 BUG: area to click on links in new sidebar doesn't match the cursors #343

Closed
omBratteng opened this issue Nov 10, 2021 · 3 comments
Closed

Comments

@omBratteng
Copy link

omBratteng commented Nov 10, 2021

🐛 Bug Report

What went wrong? 🤔

When hovering over a <li> tag, I see the pointer cursor, but when I click, nothing happens.
Anything outside the red border, is un-clickable, but has the pointer cursors

image

Expected Behavior

Whole <li> should be clickable

Actual Behavior

Only the <button> is clickable, leaving a lot of space around to look like it's clickable, but it is not

Steps to Reproduce Issue

Open Sidebar, hover over a list item, and click outside where the <button> is

Solution

Adjust the css to make the <button> take up the whole <li>, or adjust the cursor to only be pointer on hover over button.
I would suggest the first option, as it makes the whole link bigger and easier to click on.

Environment

Tested in both extension and webapp

@rebelchris
Copy link
Contributor

@omBratteng Thanks for reporting I'll be fixing this ASAP ✅

@rebelchris
Copy link
Contributor

Fixed it, will be available for the webapp soon.
And the extension on next build.

Thanks for logging this @omBratteng 🤘

@omBratteng
Copy link
Author

@rebelchris can confirm, this has been fixed in webapp. Looking forward to it being in the extension as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants