Page MenuHomePhabricator

implement new Agora text input border in mediawiki.ui
Closed, ResolvedPublic

Description

https://www.mediawiki.org/wiki/File:Agora_specs.pdf?page=12 calls for a blue left border for input fields rather than the current blue glow in mediawiki.ui.

Flow already implements this in https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FFlow/HEAD/modules%2Fmediawiki.ui%2Fstyles%2Fagora-override-forms.less


Version: 1.23.0
Severity: normal

Details

Reference
bz62281

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 3:02 AM
bzimport set Reference to bz62281.
bzimport added a subscriber: Unknown Object (MLST).

Updated spec in https://trello.com/c/8FOi1X1x/16-basic-input-field
This calls for border-radius: 1px (not implemented in Flow), and slightly-tweaked colors.

FLow's input field CSS was merged to core by Ida765b97e6574 , apply new .mw-ui-input style to get it.

(In reply to spage from comment #1)

Updated spec in https://trello.com/c/8FOi1X1x/16-basic-input-field
This calls for border-radius: 1px (not implemented in Flow), and
slightly-tweaked colors.

These issues remain, I think.