You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a single bug. Do not report multiple bugs in one issue.
It's a frontend issue, not a backend issue; Otherwise please create an issue on the backend repo instead.
Summary
When the "toggle"-style radio buttons are focused, there should be a ring to let the user know they're focused. This doesn't show up, because the <label> and <input> fields are in the wrong order.
Label needs to be sibling element to input, like this:
Draft work happening in #1773
Requirements
Summary
When the "toggle"-style radio buttons are focused, there should be a ring to let the user know they're focused. This doesn't show up, because the
<label>
and<input>
fields are in the wrong order.Label needs to be sibling element to input, like this:
Steps to Reproduce
Technical Details
Latest
main
Lemmy Instance Version
main
Lemmy Instance URL
No response
The text was updated successfully, but these errors were encountered: