Page MenuHomePhabricator

Invisible links in dialogs
Closed, ResolvedPublic

Description

Links in dialogs are invisible because jquery.ui.theme.css[1] set the color of the links to the same color as the text around:

.ui-widget-content { color: #362b36; }
.ui-widget-content a { color: #362b36; }

Many gadgets trys to restore the original colors for the links. It would be nice to have always the original color for the links in the dialogs.

[1]: https://git.wikimedia.org/blob/mediawiki%2Fcore.git/5842d0aa075c02c300805f97a98b2f6389145f46/resources%2Fsrc%2Fjquery.ui-themes%2Fvector%2Fjquery.ui.theme.css


Version: 1.24rc
Severity: enhancement

Details

Reference
bz67851

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 3:38 AM
bzimport set Reference to bz67851.

Change 145772 had a related patch set uploaded by Gerrit Patch Uploader:
jquery.ui.theme.css: Visible links in dialogs

https://gerrit.wikimedia.org/r/145772

Change 145772 merged by jenkins-bot:
jquery.ui.theme.css: Visible links in dialogs

https://gerrit.wikimedia.org/r/145772

  • Bug 47984 has been marked as a duplicate of this bug. ***