Bartosz Dziewoński has uploaded a new change for review.

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

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

jquery-ui: Remove dark color from links inside dialogs

Bug: T85857
Change-Id: I29aafd41ce142b05c1bd9aafb096f38273ca747e
---
A resources/lib/jquery.ui/themes/smoothness/PATCHES
M resources/lib/jquery.ui/themes/smoothness/jquery.ui.theme.css
2 files changed, 4 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/86/183286/1

diff --git a/resources/lib/jquery.ui/themes/smoothness/PATCHES 
b/resources/lib/jquery.ui/themes/smoothness/PATCHES
new file mode 100644
index 0000000..53fbe1f
--- /dev/null
+++ b/resources/lib/jquery.ui/themes/smoothness/PATCHES
@@ -0,0 +1,3 @@
+jquery.ui.theme.css
+* Removed ".ui-widget-content a { color: #222222; }" and
+  ".ui-widget-header a { color: #222222; }" due to bug T85857.
diff --git a/resources/lib/jquery.ui/themes/smoothness/jquery.ui.theme.css 
b/resources/lib/jquery.ui/themes/smoothness/jquery.ui.theme.css
index d170081..1d8b8a8 100644
--- a/resources/lib/jquery.ui/themes/smoothness/jquery.ui.theme.css
+++ b/resources/lib/jquery.ui/themes/smoothness/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: Verdana,Arial,sans-serif; font-size: 1em; }
 .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff 
url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x; color: #222222; 
}
-.ui-widget-content a { color: #222222; }
 .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc 
url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x; color: 
#222222; font-weight: bold; }
-.ui-widget-header a { color: #222222; }
 
 /* Interaction states
 ----------------------------------*/
@@ -245,4 +243,4 @@
 
 /* Overlays */
 .ui-widget-overlay { background: #aaaaaa 
url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x; opacity: 
.3;filter:Alpha(Opacity=30); }
-.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa 
url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x; opacity: 
.3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 
8px; -webkit-border-radius: 8px; border-radius: 8px; }
\ No newline at end of file
+.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa 
url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x; opacity: 
.3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 
8px; -webkit-border-radius: 8px; border-radius: 8px; }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I29aafd41ce142b05c1bd9aafb096f38273ca747e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>

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

Reply via email to