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

Rating component fixes #547

Merged
merged 3 commits into from
Oct 21, 2024
Merged

Rating component fixes #547

merged 3 commits into from
Oct 21, 2024

Commits on Oct 16, 2024

  1. Rating fixes:

    - readonly class not added to a "readonly" .rating element, making the stars to grow when hovering
    - hovering over a readonly or disabled rating now shows a default cursor, not pointer (since you cannot click on it)
    vladrusu committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c953308 View commit details
    Browse the repository at this point in the history
  2. reorder classnames

    mrholek authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8b7fce8 View commit details
    Browse the repository at this point in the history
  3. improve syntax

    mrholek authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    567424b View commit details
    Browse the repository at this point in the history