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
This looks like a real issue. Great catch @robertmuehsig!
If you want to send a PR for this, please feel free and tag me directly and I'll pull it in.
If not, we will pick it up soon.
Impact
It bothers me. A fix would be nice
Describe the bug
Hi,
I noticed that some checkboxes uses the wrong style. I guess this is how the checkbox should be appear:
Notice the "white"-checkmark and the focus around the checkbox + label.
Some checkboxes, like the "unlist" checkbox, are currently look like this:
Notice the "black"-checkmark (which is hard to see) and the focus is only around the checkbox, but not the label.
The reason behind the issue is, that the structure is wrong on these checkboxes, e.g.:
...should be...
... which would result in this:
I assume that all
ShowCheckboxFor...(customClass: "brand-checkbox")
are affected by this issue:Repro Steps
Try to unlist some packages - the checkbox is not correct.
Expected Behavior
"Readable" checkboxes.
Screenshots
No response
Additional Context and logs
I would be happy to fix this with a PR (if my analysis is correct and the proposed fix looks good to you).
The text was updated successfully, but these errors were encountered: