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

Broken css in Version 1.0 #105

Closed
MariuszKogut opened this issue Sep 20, 2017 · 1 comment
Closed

Broken css in Version 1.0 #105

MariuszKogut opened this issue Sep 20, 2017 · 1 comment
Assignees
Labels
Type: Bug Issue contains a defect related to a specific component.
Milestone

Comments

@MariuszKogut
Copy link
Contributor

The css-file primereact\resources\primereact.css is broken:

line 3739
.ui-rating.ui-state-disabled < { cursor: default; }
Fix:
.ui-rating.ui-state-disabled { cursor: default; }

@cagataycivici cagataycivici self-assigned this Sep 20, 2017
@cagataycivici cagataycivici added the Type: Bug Issue contains a defect related to a specific component. label Sep 20, 2017
@cagataycivici cagataycivici added this to the 1.0.1 milestone Sep 20, 2017
@cagataycivici
Copy link
Member

Got it, thank you.

cagataycivici pushed a commit that referenced this issue Sep 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

No branches or pull requests

2 participants