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
user-select: none
Problem
I tried adding
input[typ="button"], button { user-select: none; }
to main.css, but it did not remove text selection even after manual rebuild. But it does work if I do:
main.css
input[typ="button"], button { color: red; }
So it seems that the issue is with that particular property.
Steps To Reproduce
Steps to reproduce the behavior:
select-none
r
dx serve
Expected behavior
Text isn't selectable for the specified elements.
Screenshots
Environment:
Questionnaire
I'm interested in fixing this myself but don't know where to start. I don't have time to fix this right now, but maybe later.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
I tried adding
to
main.css
, but it did not remove text selection even after manual rebuild. But it does work if I do:So it seems that the issue is with that particular property.
Steps To Reproduce
Steps to reproduce the behavior:
select-none
classes and instead use CSS selectors to do the samer
indx serve
Expected behavior
Text isn't selectable for the specified elements.
Screenshots
Environment:
Questionnaire
I'm interested in fixing this myself but don't know where to start.
I don't have time to fix this right now, but maybe later.
The text was updated successfully, but these errors were encountered: