Fix: make access radio options fully clickable#17933
Fix: make access radio options fully clickable#17933SWAPNILVERMA108 wants to merge 3 commits intoWeblateOrg:mainfrom
Conversation
| font-size: 14px; | ||
| color: #666; | ||
| } | ||
|
|
There was a problem hiding this comment.
This is definitely the wrong place; this CSS is only used in e-mail notifications.
There was a problem hiding this comment.
Thanks for pointing that out.
I’ve removed the unrelated mail CSS change.
|
|
||
| </div> | ||
|
|
||
| </div> |
There was a problem hiding this comment.
This only changes rendering for the access control selection in project settings, not for a generic radioselect.
|
This pull request has been automatically marked as stale because there wasn’t any recent activity. It will be closed soon if no further action occurs. Thank you for your contributions! |
|
@KarenKonou Please review this if this is something reasonable to maintain. |
I don't think I have much to add in addition to your original review. I think I'd prefer to reimplement this myself if the PR author doesn't respond. |
This change makes the entire access option row clickable
by wrapping the content in a single label and improving layout.
I was not able to run a full Weblate instance locally due to
complex dependencies, but this change only affects templates
and styling.