js: Convert space after tick in menus to a space character

Older Firefox versions don't support "-moz-appearance: none" on radio
buttons, which seems to mean that the specifies padding for them
doesn't appear.  Using a space character instead works fine, so do that
everywhere.  This seems to move the text slightly closer to the tick on
browsers that do support "appearance: none", but the result is quite
acceptable.

This also makes the focus outline on the ticks slightly less weird.
This commit is contained in:
Ben Harris
2022-11-15 01:31:01 +00:00
parent a55c0c188b
commit ff406d4edc
2 changed files with 1 additions and 2 deletions

View File

@ -215,7 +215,6 @@ EOF
appearance: none;
margin: initial;
font: inherit;
padding-right: 0.5em;
}
#gamemenu .tick::before {