Currently border-radius takes values 0.1em, 0.2em, 0.25em and the wished UI default of 2px (there's also some special case values more).
Let's unify this.
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| MediaWiki theme: Unify `border-radius` values | oojs/ui | master | +28 -27 |
Event Timeline
Comment Actions
As Internet Explorer doesn't support [[ http://caniuse.com/#feat=border-radius | border-radius earlier than version 9 ]], we should go for 2px value as the zooming problem doesn't need to be taken into account.
Comment Actions
Change 263559 had a related patch set uploaded (by VolkerE):
MediaWiki theme: Unify border-radius values