Aceship / AN-EN-Tags

English + image fork
https://aceship.github.io/AN-EN-Tags/akhr.html
163 stars 121 forks source link

fix: unnecessary user selection in recruitment #195

Open shimeoki opened 3 months ago

shimeoki commented 3 months ago

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