Replace abandoned color from early palette iteration
authorVolker E <volker.e@wikimedia.org>
Mon, 7 Nov 2016 18:15:30 +0000 (10:15 -0800)
committerVolker E <volker.e@wikimedia.org>
Mon, 7 Nov 2016 18:15:30 +0000 (10:15 -0800)
Replacing abandoned color `#9aa0a7` from early iteration of the
overhauled color palette as it was too close to `#a2a9b1`.
Follow-up to I94a54b0b0cbc95f95cb8a53a02c199f6f28178ab

Bug: T148267
Change-Id: I50f5b2688683f2048a4f0ae037027b22d29f1962

resources/src/mediawiki.less/mediawiki.ui/variables.less

index 28ad10a..676ecca 100644 (file)
@@ -50,7 +50,7 @@
 @colorWarningText: #705000;
 
 // UI colors
-@colorFieldBorder: #9aa0a7;
+@colorFieldBorder: #a2a9b1;
 @colorShadow: @colorGray14;
 @colorPlaceholder: @colorGray10;
 @colorNeutral: @colorGray7;