You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/02/15 15:32:00 UTC

[jira] [Commented] (SOLR-8090) Admin Interface Fails WCAG Contrast Ratio Tests

    [ https://issues.apache.org/jira/browse/SOLR-8090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16365738#comment-16365738 ] 

ASF subversion and git services commented on SOLR-8090:
-------------------------------------------------------

Commit a0c0fb89b23fa62c495287ff5b110a73b64a8c97 in lucene-solr's branch refs/heads/master from [~ctargett]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=a0c0fb8 ]

SOLR-8090: Make text elements in the UI darker for better contrast and readability


> Admin Interface Fails WCAG Contrast Ratio Tests
> -----------------------------------------------
>
>                 Key: SOLR-8090
>                 URL: https://issues.apache.org/jira/browse/SOLR-8090
>             Project: Solr
>          Issue Type: Improvement
>          Components: Admin UI
>    Affects Versions: 5.3
>            Reporter: Mike Mallett
>            Priority: Major
>         Attachments: Analysis-today.png, Analysis-withPatch.png, Args-today.png, Args-withPatch.png, CollectionMenu-today.png, CollectionMenu-withPatch.png, SOLR-8090.patch, Solr-5.3.1-AdminUI-Contrast-Examples.png, SysInfo-today.png, SysInfo-withPatch.png
>
>
> The CSS for the admin UI in 5.3.1 has the following definition which affects help text in a variety of places:
> #core-selector #has-no-cores span
> {
>   color: #c0c0c0;
>   display: block;
> }
> This is displayed on a white background, making the text with colour #c0c0c0 next to impossible to read. This fails WCAG accessability guidelines and can be checked using this Contract Checker: http://webaim.org/resources/contrastchecker/
> Please adjust the CSS for the admin UI to display text in a more highly contrasted colour. Thanks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org