mkpaz / atlantafx

Modern JavaFX CSS theme collection with additional controls.
https://mkpaz.github.io/atlantafx
MIT License
791 stars 64 forks source link

MenuButton's Font Icon hover color #100

Open robbiezl opened 3 months ago

robbiezl commented 3 months ago

The Icon color of FontIcon in Contextmenu is correct,but the Icon color of FontIcon in MenuButton is not corrent. I found in the CSS,the menu-button font icon fill color is always -color-button-fg.

But in contextmenu the menu-item's icon color sometimes -color-fg-emphasis or -color-button-fg

mkpaz commented 1 month ago

Good catch. I never checked how font icons look in the menu button popup. That should be tested.