jenkins-bot has submitted this change and it was merged.

Change subject: jquery-ui: Remove dark color from links inside dialogs
......................................................................


jquery-ui: Remove dark color from links inside dialogs

This patch fixes the problem by removing the following
from jquery.ui.theme.css:

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

Bug: T85857
Change-Id: I0fbca3aca8e0d40c794dd1e20d4d8c4fdfd79aa1
---
M skinStyles/jquery.ui/PATCHES
M skinStyles/jquery.ui/jquery.ui.theme.css
2 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Krinkle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/skinStyles/jquery.ui/PATCHES b/skinStyles/jquery.ui/PATCHES
index 0f2a008..85f663e 100644
--- a/skinStyles/jquery.ui/PATCHES
+++ b/skinStyles/jquery.ui/PATCHES
@@ -16,8 +16,10 @@
 * Change font-size from 1.0em to 0.8em.
 * Join ".ui-icon", ".ui-widget-content .ui-icon" and ".ui-widget-header 
.ui-icon" rules
   to optimise image embedding.
+* Removed ".ui-widget-content a { color: #362b36; }" and
+  ".ui-widget-header a { color: #222222; }" due to bug T85857.
 
 images:
 * Add close.png and titlebar-fade.png (used in customizations for
   jquery.ui.dialog.css)
-* Change chmod from 755 to 644.
\ No newline at end of file
+* Change chmod from 755 to 644.
diff --git a/skinStyles/jquery.ui/jquery.ui.theme.css 
b/skinStyles/jquery.ui/jquery.ui.theme.css
index 20d432f..cccfe4b 100644
--- a/skinStyles/jquery.ui/jquery.ui.theme.css
+++ b/skinStyles/jquery.ui/jquery.ui.theme.css
@@ -18,9 +18,7 @@
 .ui-widget .ui-widget { font-size: 1em; }
 .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { 
font-family: sans-serif; font-size: 1em; }
 .ui-widget-content { border: 1px solid #cccccc; /* @embed */ background: 
#f2f5f7 url("images/ui-bg_highlight-hard_100_f2f5f7_1x100.png") 50% top 
repeat-x; color: #362b36; }
-.ui-widget-content a { color: #362b36; }
 .ui-widget-header { border: 1px solid #aed0ea; /* @embed */ background: 
#ffffff url("images/ui-bg_highlight-soft_100_ffffff_1x100.png") 50% 50% 
repeat-x; color: #222222; font-weight: bold; }
-.ui-widget-header a { color: #222222; }
 
 /* Interaction states
 ----------------------------------*/

-- 
To view, visit https://gerrit.wikimedia.org/r/182891
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I0fbca3aca8e0d40c794dd1e20d4d8c4fdfd79aa1
Gerrit-PatchSet: 7
Gerrit-Project: mediawiki/skins/Vector
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>
Gerrit-Reviewer: Bartosz DziewoƄski <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Edokter <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: Paladox <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to