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

How to make hover on links in TextSpec? #748

Open
1 task done
TimurKhairnasov opened this issue Dec 23, 2020 · 1 comment
Open
1 task done

How to make hover on links in TextSpec? #748

TimurKhairnasov opened this issue Dec 23, 2020 · 1 comment

Comments

@TimurKhairnasov
Copy link

TimurKhairnasov commented Dec 23, 2020

Version

0.39.0

I need to change link text color while touching. Is there any solution for this problem?) @colriot

@Elhamassi
Copy link

Elhamassi commented Dec 23, 2020

hello,
you can use css like the following example:

a:hover{
    color:red
}

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

2 participants