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] First item of Menu has missing bottom border #188

Open
seaerchin opened this issue Jan 26, 2023 · 1 comment
Open

[BUG] First item of Menu has missing bottom border #188

seaerchin opened this issue Jan 26, 2023 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@seaerchin
Copy link

Describe the bug
MenuItems are supposed to have borders on all areas. However, for the first MenuItem, there is a missing bottom border.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the menu section here
  2. Click on any menu item
  3. Click on the first item
  4. See error

Expected behavior
First item has full outline

Screenshots
Missing bottom border on first item
Screenshot 2023-01-27 at 2 03 08 AM

Notes
Might require tab targeting w/ keyboard before the outline is shown

@seaerchin seaerchin added the bug Something isn't working label Jan 26, 2023
@karrui
Copy link
Collaborator

karrui commented Jan 27, 2023

This is due to overflow and the wanted styling, only shows on :focus-visible, so lowish priority.

@karrui karrui added the good first issue Good for newcomers label Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants