We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
Specifying the following:
new Style<Button>(x => x.Class(":pointerover")) .Background(Brushes.LightBlue),
Leads to every control with the pointer over changing their colors to light blue.
This happens both in Component.BuildStyles() and Control.Styles().
I've tested with several versions, the latest being 11.2.0-beta4
PS! I really like this approach to building UIs. :)
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
gritsenko
No branches or pull requests
Hi!
Specifying the following:
Leads to every control with the pointer over changing their colors to light blue.
This happens both in Component.BuildStyles() and Control.Styles().
I've tested with several versions, the latest being 11.2.0-beta4
PS! I really like this approach to building UIs. :)
The text was updated successfully, but these errors were encountered: