Page MenuHomePhabricator

[jquery.ui] Links in dialogs are hard to recognize
Closed, ResolvedPublic

Description

resources/jquery.ui/themes/vector/jquery.ui.theme.css has a
.ui-widget-content a { color: #362b36; }
which is hard to recognize as a link if you expect the usual blue. Additionally this overrides the red color for links with class .new, which is very bad when you want to provide a preview in a dialog.

Commons has a
/* Fix link color in jQuery dialogs */
.ui-dialog a {
color: #0645AD!important;
}
in [[commons:MediaWiki:Common.css]], so I'm not the only one who dislikes this color. This makes links blue again, but still breaks preview of links to missing pages.

I suggest to just remove the line from jquery.ui.theme.css (for vector and for other skins as well).


Version: 1.22.0
Severity: normal

Details

Reference
bz47984

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 1:31 AM
bzimport set Reference to bz47984.
bzimport added a subscriber: Unknown Object (MLST).
  • This bug has been marked as a duplicate of bug 67851 ***