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

fix: unnecessary user selection in recruitment #195

Open
shimeoki opened this issue Jun 2, 2024 · 0 comments
Open

fix: unnecessary user selection in recruitment #195

shimeoki opened this issue Jun 2, 2024 · 0 comments

Comments

@shimeoki
Copy link

shimeoki commented Jun 2, 2024

Problem: you can select gaps between buttons in recruitment calculator.

firefox_ASVpZa33ca
firefox_LpKoolAMg7

Fix: add user-select: none; to row div's.

firefox_ObbhWSFMxK
firefox_p3k3kk1k0W

I can do a pull request with this fix if you have interest.

Also, as I looked up, these rows don't have a separate class for them. Something like this would probably be better:

.ak-btn-row {
    padding: 0 4px;
    user-select: none;
}
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