Description
Details
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | None | T114026 Minimize differences between implemented components and in pholio mock-ups | |||
Resolved | Volker_E | T114049 Get CheckboxInputWidget to design spec | |||
Resolved | Volker_E | T115293 Standardize on component focus states | |||
Resolved | matmarex | T133429 ButtonSelectWidget (ButtonOptionWidget) should receive a custom focus appearance |
Event Timeline
Change 244838 had a related patch set uploaded (by VolkerE):
Get CheckboxInputWidget to MediaWiki theme's design specs
Change 244838 merged by jenkins-bot:
MediaWiki theme: Adjust CheckboxInputWidget to match M30 design
Change 247875 had a related patch set uploaded (by Jforrester):
MediaWiki theme: Adjust CheckboxInputWidget to match M30 design
Citing @matmarex from https://gerrit.wikimedia.org/r/#/c/244838/
I'm seeing a pretty weird effect with the hover transition, though – the border (of both checkboxes and radios) seems to momentarily disappear when transitioning from hovered to non-hovered. https://phabricator.wikimedia.org/F2700526
Myself answering there:
You're right, the issue is border-width. I can (and have updated the patch set) replace it by box-shadow. Clearly, IE8 isn't supporting it. Focus in compounded form problem from T113225 isn't solved yet.
We're not going to care about the disabled state's color (adaptions) right now, nor about the border-color of normal state, as our accessible color palette discussion is going to play into that in a separate task still to come.
This open task is about taking action to have the states getting rid of constructive checkmarks and the pseudo-3D effect on :hover, also aligning focus state with other widgets.
Change 247875 merged by jenkins-bot:
MediaWiki theme: Adjust CheckboxInputWidget to match M30 design