Align jQuery.suggestions colors to WikimediaUI palette
authorVolker E <volker.e@wikimedia.org>
Sat, 7 Oct 2017 19:29:15 +0000 (12:29 -0700)
committerVolker E <volker.e@wikimedia.org>
Sat, 7 Oct 2017 19:29:15 +0000 (12:29 -0700)
For code sanity in core and consistency.

Change-Id: I8bcfd0f6d2feebe803a56d69d3423dc4d13714f7

resources/src/jquery/jquery.suggestions.css

index 2cc0cc9..0c26dfc 100644 (file)
@@ -16,7 +16,7 @@
        position: relative;
        background-color: #fff;
        cursor: pointer;
-       border: solid 1px #aaa;
+       border: 1px solid #a2a9b1;
        margin: 0;
        margin-top: -2px;
        display: none;
@@ -27,7 +27,7 @@
 .suggestions-results {
        background-color: #fff;
        cursor: pointer;
-       border: solid 1px #aaa;
+       border: 1px solid #a2a9b1;
        padding: 0;
        margin: 0;
 }
 }
 
 .suggestions-result-current {
-       background-color: #4c59a6;
+       background-color: #2a4b8d;
        color: #fff;
 }
 
 .suggestions-special .special-label {
-       color: #808080;
+       color: #72777d;
        text-align: left;
 }
 
@@ -62,7 +62,7 @@
 }
 
 .suggestions-special .special-hover {
-       background-color: #c0c0c0;
+       background-color: #c8ccd1;
 }
 
 .suggestions-result-current .special-label,