Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Shanmugam2020-01-31 12:37:47 +0000
committerLakshmi Shanmugam2020-02-03 10:07:25 +0000
commit3993e40aa139f672bd72d8bcf0a83e37458ad8c0 (patch)
treefc86e956f85302690bf43f8b38975a932ad74dda
parent0a3fff15fc1684937710112f44fb5e65feafc9dc (diff)
downloadeclipse.platform.ua-3993e40aa139f672bd72d8bcf0a83e37458ad8c0.tar.gz
eclipse.platform.ua-3993e40aa139f672bd72d8bcf0a83e37458ad8c0.tar.xz
eclipse.platform.ua-3993e40aa139f672bd72d8bcf0a83e37458ad8c0.zip
Bug 559483 - [Accessibility] Contrast of 4.24 with its background is notY20200204-0035I20200205-0030I20200204-1800I20200203-1800
sufficient Contrast of 4.24 with its background is not sufficient to meet WCAG AA minimum requirements for text of size 16px and weight of 400. Changed link color to meet this requirement. Change-Id: Ic281513657017c44d0f039c79973ff001a82b92e
-rw-r--r--org.eclipse.help.webapp/advanced/searchScoped.jsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.webapp/advanced/searchScoped.jsp b/org.eclipse.help.webapp/advanced/searchScoped.jsp
index aa50b02f0..36a1b23e7 100644
--- a/org.eclipse.help.webapp/advanced/searchScoped.jsp
+++ b/org.eclipse.help.webapp/advanced/searchScoped.jsp
@@ -107,7 +107,7 @@ A {
#scopeLabel {
text-decoration:underline;
- color:#0066FF;
+ color:#005FFF;
cursor:pointer;
padding-left:15px; /* This should be the same for both RTL and LTR. */
}

Back to the top