Aceship/AN-EN-Tags

fix: unnecessary user selection in recruitment

Opened this issue · 0 comments

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;
}