Skip to content

[1.x] Fix Dropdown Hover Effect #456

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

Merged
merged 1 commit into from
May 14, 2025

Conversation

devajmeireles
Copy link
Contributor

This PR fixes a visual issue where the first and last items in a dropdown menu appeared to lose their rounded corners on hover, making the edges look sharp.

The solution was to add the overflow-hidden class to the parent div containing rounded-md, ensuring that hover background effects from inner button elements do not visually override the container’s border radius.

Before:

CleanShot 2025-05-13 at 22 31 21

After:

CleanShot 2025-05-13 at 22 32 00

@taylorotwell taylorotwell merged commit 9dcbaaa into laravel:1.x May 14, 2025
24 checks passed
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.

2 participants