#533: login/setup mockup fidelity — cascade fixes, labelled fields, spacing (v0.6.198) #549
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-533e"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
From Nikola's mockup-vs-implemented comparison on #533.
Cascade bugs (root-caused live on files-bao):
.divider { display:flex }and.steps { display:flex }were declared after.hidden { display:none }, so at equal specificity the later rule won — the "or" divider stayed visible in the revealed local-account login state, and the v0.6.197 setup stepper would have shown on every instance instead of only wizard-deployed ones. Fixed with compound selectors.divider.hidden/.steps.hidden.Mockup fidelity (both pages): placeholders replaced with bold labels above each field (
.frowrows, left-aligned), inputs on--surfacewith slightly taller padding; setup's password hint moved into a muted label suffix "(at least 10 characters)".Spacing:
#msgmargin-top .8→.4rem and card bottom padding 2→1.25rem, removing the blank band below "Local accounts are managed on this instance by its administrators." The "← Back to single sign-on" link is untouched.CHANGELOG v0.6.198. node --check on both page scripts + go build ran in the one-shot.