| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I8d68bcae416463ceec6d7b617e38d34c57360698
|
|
|
|
|
|
|
|
|
| |
The Special:CreateAccount benefits section uses headings incorrectly,
which is problematic for accessibilty. Replace them with div and span
elements styled identically.
Bug: T336239
Change-Id: I03da5aba99058fcea314690e30fe0b1bf00163bc
|
|
|
|
|
|
|
| |
Remove or update some selectors that no longer apply, replace some
legacy techniques, random fixes.
Change-Id: I3dd4509e8fbe43c8c3fee405d81e1e6efe5ee296
|
|
|
|
|
|
|
|
| |
Login page also needs the `mw-login-flush-right` styles for
flushing the conditional secure login link to the right.
Bug: T360614
Change-Id: Ieac7ace14b278e0f401a9137673a7e9b6446f9ef
|
|
|
|
|
| |
Bug: T350923
Change-Id: I99934fa26ff34fa59909d8a165bad2b4be7c8631
|
|
|
|
|
|
|
|
|
|
|
| |
-Update styling of the notice shown to a temporary user:
(The edits made with this temporary account...)
-Update styling of the benefits block:
(Thank you for contributing to Wikipedia.Create an account to
access more features...)
Bug: T300273
Change-Id: Ie226bc5f575ae0bcef0ebbe0c6ea20fafd79aeb6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
* Use Codex markup instead of mediawiki ui markup
* We limit what can be customized by the skin
* Current rules for touch area and snapping of
inputs is moved from Minerva into core so other skins
benefit from the styling
* A placeholder text is adding to the "real name" field.
* Introduce CodexHTMLForm
Bug: T182050
Change-Id: I834cc0e07fc1e705753df6866a5eeda2ac77fb8e
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Replacing 'mediawiki.ui/variables.less' `@import` with
new skin-aware 'mediawiki.skin.variables.less' standard.
Also
- replacing several static values with new Codex design token featuring
skin variables of following properties:
- background color
- color
- border
- box shadow
- removing obsolete same-value variables from code base
- bringing Less imports in the same order, with variables first, as they
are used in mixins as well and always add `.less` extension to path
- renaming 'userlogin.css' to 'userlogin.less' to enable use of
skin variables consistently
Note,
- there's a small number of static values reintroduced where no
token is available yet. DS team will provide in follow-up patches
after a future Codex release.
- there are a number of color choices in the code, that should be
revisited by help of designers. They seem like non-standard choices.
Bug: T332541
Change-Id: I603a7bc52bf31233b2a82cdc2bff08fd1cb294fe
|
|
|
|
|
|
| |
Should all be no-ops
Change-Id: If3f5c154c206fa34e7445368a82470a6d9cc8f6c
|
|
|
|
|
|
|
|
| |
The account form floats elements (form and benefits) but never
clears them. As a result on the beta cluster the sign up form is
currently overlapping the footer.
Change-Id: I99d9f1e6ab82e3bec32d62b4558d20f3628dc543
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Amending Base10 to slightly darker `#202122` to fulfill WCAG
requirements in connection to Accent50.
Also sligthly adapting hover derivative to `#404244` and amending
corresponding opacity hover value.
In case of signup.css, it should actually use Base20 `#54595d` which
is representing subtle toned information while still conforming to
level AAA.
Bug: T248393
Change-Id: Iaae0a331536b6f46fff326f457fde6da6fe1fae3
|
|
|
|
|
|
| |
Adapt to current Vector code.
Change-Id: Ie5a13f927810cea465fa984c68cdef3664042a41
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Wow, so many opt-outs, and a lot of probably-not-going-to-change ones.
Actually wanted pattern:
* "^mw-…"
Content-related classes we're probably not going to scrap:
* "^wikitable$"
Hard-to-change classes used in lots of skins:
* "^toc$"
* "^toctoggle$"
* "^tochidden$"
Necessary for over-rides/specificity battles:
* "^oo-ui-…"
Probably worth considering changing soon:
* "^client-js$"
* "^client-nojs$"
Some of the exemptions have been applied to deprecated styles (where they're being
renamed); some are for code in entirely deprecated areas themselves; some have the
"wrong" name but sit alongside classes with an appropriate one. And some are, very
clearly, in the wrong repo. Such sigh.
Change-Id: I9b8423d53b6750b5ca79d2f69e111f75c93c5bdc
|
|
Bug: T193826
Change-Id: Id25cd18079f48308f6ab42207445bbbd74ed5fda
|