-
-
Notifications
You must be signed in to change notification settings - Fork 279
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
Menus do not react when mouse hovers, unlike all other clickable components #49
Comments
Yes, that's missing. Now implemented in master branch 😃 |
Yes, much better! Thanks a lot! What do you think of the suggestion of supporting a "tab" type for menus, similar to toggle buttons? Is it valid? Should I open a separate issue? |
hover in menu bar is implemented in 0.26 |
But then selected menu looks like a tab... |
I found some websites with underline menus. Here is one example: https://www.zalando.fr |
Under FlatLaf, components change style on mouse hover: buttons get a different border, tabs get a gray background, etc. It makes the application feel "alive" too.
Menus do not react and feel "dead". I think they should get a gray background, like tabs.
I also wonder if an "tab" style would be appropriate, like toggle buttons.
Simple test case of a menu bar:
The text was updated successfully, but these errors were encountered: