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

Conversation

vladrusu
Copy link
Contributor

This commit fixes 2 bugs on the Rating component:

  1. readonly class is not added to a "readonly" .rating element, making the stars to grow when hovering
  2. hovering over a readonly or disabled rating shows a pointer cursor, not default (arrow), thinking you can click on it

vladrusu and others added 3 commits October 16, 2024 12:10
- 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)
@mrholek
Copy link
Member

mrholek commented Oct 16, 2024

I made some small improvements

@mrholek mrholek merged commit 46d447a into coreui:main Oct 21, 2024
0 of 7 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