Seraaron / roll20-character-sheets

Character sheet templates created by the community for use in Roll20 VTT. Contact team@roll20.net if critical hotfixes need to be requested.
https://roll20.net/
MIT License
0 stars 0 forks source link

[13th Age Glorantha] Fix disabling number input field controls on Chrome #10

Closed speque closed 3 years ago

speque commented 3 years ago

Changes / Comments

The selectors used here are pseudo-elements, not pseudo-classes, so we need to use a double colon:

https://developer.mozilla.org/en-US/docs/Web/CSS/::-webkit-outer-spin-button

Before:

app roll20 net_editor_

After:

app roll20 net_editor_ (1)

I also added the quotes for consistency, as they are used in other similar selectors.

Roll20 Requests

Comments are very helpful for reviewing the code changes. Please answer the relevant questions below in your comment.

If you do not know English. Please leave a comment in your native language.