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

Add !important to hidden opacity #64

Merged
merged 1 commit into from
Dec 17, 2021

Conversation

jreed509
Copy link
Contributor

Opacity set in the #lock ID conflicted with the transition to hide the lock icon. Adding !important to opacity in the .hidden class forces opacity: 0; to take precedence and the fade-out transition works as expected.

This appears to resolve issue #63

Opacity set in the #lock ID conflicted with transition. Adding !important flag to opacity in the .hidden class allows the transition to work and still allows the user to set opacity.
@iantrich
Copy link
Owner

thanks!

@iantrich iantrich merged commit 55732c0 into iantrich:master Dec 17, 2021
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