VolkerE has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/338158 )

Change subject: Align text and border colors to WikimediaUI color palette
......................................................................

Align text and border colors to WikimediaUI color palette

Aligning text and border colors (all greyscale) to WikimediaUI color
palette and also add toolbar `box-shadow` to “More” menu dropdown
following standard pattern.

Bug: T153043
Change-Id: Ic3247ce29059ea7d7f59a99ca742334600d85ce6
---
M components/tabs.less
M variables.less
2 files changed, 11 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Vector 
refs/changes/58/338158/1

diff --git a/components/tabs.less b/components/tabs.less
index 915198b..26ba452 100644
--- a/components/tabs.less
+++ b/components/tabs.less
@@ -62,8 +62,13 @@
                &.selected {
                        .background-image('images/tab-current-fade.png');
                        a,
+<<<<<<< HEAD
                        a:visited {
                                color: #333;
+=======
+                       a:visited{
+                               color: #222;
+>>>>>>> Align text and border colors to WikimediaUI color palette
                                text-decoration: none;
                        }
                }
@@ -179,10 +184,11 @@
        position: absolute;
        top: 2.5em;
        left: -1px;
-       background-color: #fff;
-       border: solid 1px #c0c0c0;
+       background-color: @body-background-color;
+       border: 1px solid #a2a9b1;
        border-top-width: 0;
        clear: both;
+       box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
        text-align: left;
        display: none;
        // overlap indicators (which has z-index 1, too)
@@ -244,7 +250,7 @@
 
 div.vectorMenu li.selected a,
 div.vectorMenu li.selected a:visited {
-       color: #333;
+       color: #222;
        text-decoration: none;
 }
 
diff --git a/variables.less b/variables.less
index d6a7e02..3c041ed 100644
--- a/variables.less
+++ b/variables.less
@@ -5,7 +5,7 @@
 @content-border-color: #a7d7f9;
 // FIXME: Find an open font that works with this stack and is readable by 
Windows users
 @content-font-family: sans-serif;
-@content-font-color: #252525;
+@content-font-color: #222;
 @content-font-size: 0.875em;
 @content-line-height: 1.6;
 @content-padding: 1em;
@@ -26,7 +26,7 @@
 
 @menu-main-heading-font-size: 0.75em;
 @menu-main-heading-padding: 0.25em 0 0.25em 0.25em;
-@menu-main-heading-color: #4d4d4d;
+@menu-main-heading-color: #222;
 
 @menu-main-body-font-size: 0.75em;
 @menu-main-body-link-color: #0645ad;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic3247ce29059ea7d7f59a99ca742334600d85ce6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Vector
Gerrit-Branch: master
Gerrit-Owner: VolkerE <[email protected]>

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

Reply via email to