We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
is it possible to enable two states at the same time?
I want to set a img and text to the cursor, the picture and text are displayed, but without the text background.
I apologize if I missed something in the documentation. Thank you!
The text was updated successfully, but these errors were encountered:
Hello! This is a non-standard case and requires customization via CSS.
Example:
.mf-cursor { &.-video.-text { width: auto; height: auto; top: auto; left: auto; z-index: 10; transform: translate(-50%, -50%); padding: 20px; background: currentColor; border-radius: 50%; } }
Sorry, something went wrong.
Good! Thank you. It would be cool if it all worked by default, without additional CSS.
No branches or pull requests
is it possible to enable two states at the same time?
I want to set a img and text to the cursor, the picture and text are displayed, but without the text background.
I apologize if I missed something in the documentation. Thank you!
The text was updated successfully, but these errors were encountered: