Betalabs: Links in 'Leave feedback'
<a href="#">report a bug</a> and <a href="/wiki/Wikipedia:VisualEditor/Feedback" target="_blank" style="white-space: nowrap;">VisualEditor/Feedback</a>
have a color #362b36.
test2 and production have #0b0080.
Etonkovidova | |
Jan 5 2015, 9:17 PM |
F26660: Screen_Shot_2015-01-05_at_1.07.21_PM.png | |
Jan 5 2015, 9:17 PM |
Betalabs: Links in 'Leave feedback'
<a href="#">report a bug</a> and <a href="/wiki/Wikipedia:VisualEditor/Feedback" target="_blank" style="white-space: nowrap;">VisualEditor/Feedback</a>
have a color #362b36.
test2 and production have #0b0080.
I think this is mw.Feedback and we don't have much control over how that's styled, do we?
Found the problem in https://gerrit.wikimedia.org/r/#/c/154024/26/skinStyles/jquery.ui/jquery.ui.theme.css. it was this css code .ui-widget-content a { color: #362b36; } it could be removed in a new patch.
Change 182891 had a related patch set uploaded (by Paladox):
All links inside jQuery UI dialogs are black
The same issue affects all other skins, via the default jQuery UI theme in MediaWiki core. This appears to be a conscious decision by the jQuery UI developers, and is not overridable with their "ThemeRoller", so if we decide to override this, we'll need to "fork" the code and we should document it somewhere, so that this doesn't happen again when we upgrade.
Change 182891 merged by jenkins-bot:
jquery-ui: Remove dark color from links inside dialogs
MediaWiki isn't as monolithic as it used to be. This task is for Vector. If there's issues in other skins, file separate issues with those. Re-closing as resolved.
As for this the other skins, only Vector has its own jQuery UI theme. Other skins use the default theme. Dialogs and other widgets aren't styled like the theme there anyway, so links being black is just in line with that theme. I don't see a problem with that. Skins are free to implement their own jQuery UI theme.
Let's not create tasks for no reason. This can be fixed in MonoBook in this task too.
Change 183286 had a related patch set uploaded (by Bartosz Dziewoński):
jquery-ui: Remove dark color from links inside dialogs
Change 183286 merged by jenkins-bot:
jquery-ui: Remove dark color from links inside dialogs
Change 183299 had a related patch set uploaded (by Paladox):
jquery-ui: Remove dark color from links inside dialogs
Change 183299 abandoned by Jforrester:
jquery-ui: Remove dark color from links inside dialogs
Reason:
Not necessary to cherry-pick given it's only for Monobook.
Change 189141 had a related patch set uploaded (by Paladox):
jquery-ui: Remove dark color from links inside dialogs
Change 189141 merged by jenkins-bot:
jquery-ui: Remove dark color from links inside dialogs