Change the link color to #347BFF as per http://tools.wmflabs.org/styleguide/desktop/section-2.html
This will be for the links around the globe and the all the links below the search box (near the article counts) to all be the same color.
• MSyed | |
Jan 29 2016, 7:07 PM |
F3304368: Screen Shot 2016-02-02 at 9.22.51 PM.png | |
Feb 2 2016, 10:34 PM |
F3304365: Screen Shot 2016-02-02 at 9.26.16 PM.png | |
Feb 2 2016, 10:34 PM |
Change the link color to #347BFF as per http://tools.wmflabs.org/styleguide/desktop/section-2.html
This will be for the links around the globe and the all the links below the search box (near the article counts) to all be the same color.
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | None | T124993 EPIC: Next deployment of portal page to production (bug fixes, remove inline JS) | |||
Resolved | Jdrewniak | T125238 Change the blue link color to be consistent with the blue color everywhere else |
Just to give an overview of how this will be implemented:
Basically, we'll be adding the CSSnext library to our build process.
CSSnext will allow us to use new CSS features (such as css-custom-properties)
and it will then compile these features into regular CSS that is compatible with older browsers.
This color will be defined once in a css-custom-property (let's just call it variable) and used across the CSS as needed.
The advantage of this approach over using a CSS pre-processor like SASS or LESS is that CSSnext implements
features that are based on current and future web-standards, so eventually, all the features we'll use today will
be considered standard CSS.
Change 267884 had a related patch set uploaded (by Jdrewniak):
We've decided to use the new blue from the UI standardization effort: #165c91
https://phabricator.wikimedia.org/diffusion/WMUI/
as #347BFF seemed a bit too bright for text links.
@debt This patch required some more changes today, so it's still in review, but I think all the issues have been worked out.
Change 267884 merged by jenkins-bot:
Adding postCSS & changing blue. - Adds the postCSS CSSNext plugin. - Moves the CSSnext files into a dev subfolder. - changes the link color to ##165c91 to align with the UI Standardization effort: https://phabricator.wikimedia.org/diffusion/WMUI/ - chan