Skip to content

Commit

Permalink
Merge pull request #13659 from vince-roll20/PF1_fix
Browse files Browse the repository at this point in the history
PF1 Community - small bug fix
  • Loading branch information
NorWhal authored Jan 9, 2025
2 parents ca078a4 + d8701c5 commit 618298e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
4 changes: 2 additions & 2 deletions Pathfinder Community/pathfinder_community.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@
.charsheet input[type="number"].calc,
.charsheet input[type="number"]:disabled {
-webkit-appearance: none;
margin: 0;
}

/* turn off spinners for all number field in firefox */
Expand Down Expand Up @@ -1232,7 +1231,8 @@ also need 1 more level in selector or base css will override border */
margin: 1rem -.75em 0 -.75rem;
}

/* hide base-speed*/
/* hide base-speed */

.charsheet .use-metrics ~ div input.input-feet,
.charsheet .use-metrics ~ div span.small-label2 input.input-feet,
.charsheet .use-metrics ~ div input.input-meters,
Expand Down
49 changes: 25 additions & 24 deletions Pathfinder Community/pathfinder_community.html

Large diffs are not rendered by default.

0 comments on commit 618298e

Please sign in to comment.