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

changing class mosaic.split color not working on hover #223

Open
MrRainesE opened this issue Feb 6, 2025 · 0 comments
Open

changing class mosaic.split color not working on hover #223

MrRainesE opened this issue Feb 6, 2025 · 0 comments

Comments

@MrRainesE
Copy link

this works

.mosaic-split.-row {
    background-color: red;
}

Image

but when i want to add this only by hover it doesn't work

.mosaic-split.-row :hover {
    background-color: red;
}

Image

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