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

Minor issue reported by a user #76

Open
mrh1967 opened this issue Oct 25, 2019 · 1 comment
Open

Minor issue reported by a user #76

mrh1967 opened this issue Oct 25, 2019 · 1 comment

Comments

@mrh1967
Copy link

mrh1967 commented Oct 25, 2019

I've used the plugin for one of my projects and it looks great but I've had a trivial issue reported to me by a user and said I'd pass it on to the plugin developers. It seems that the checks are, rarely but annoyingly for this user, sometimes a slightly different color than they should be.

Attached is a screenshot showing two checks that should be the same. My guess is that the animation fading the checks in sometimes ends one frame too early resulting in a check that is slightly darker.

The html for these checkboxes is as follows:

 

Tick

Thanks for the awesome plugin.

@mrh1967
Copy link
Author

mrh1967 commented Oct 25, 2019

<td>
	<div class="pretty p-icon p-smooth p-bigger">
		<input type="checkbox" checked="checked" />
		<div class="state p-success">
			<i class="icon fa fa-check"></i>
			<label>&nbsp;</label>
		</div>
	</div>
</td>

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

No branches or pull requests

1 participant