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

Change subject: Apply color palette colors and ensure sufficient contrast
......................................................................

Apply color palette colors and ensure sufficient contrast

Applying colors from WikimediaUI color palette and increasing
contrast of edit summary counter slightly to ensure level AA
color contrast.

Bug: T153086
Change-Id: Iee6b38e0b11f777dd0ffb0f6802d0b3d7349ddee
---
M modules/ve-mw/ui/styles/dialogs/ve.ui.MWSaveDialog.css
1 file changed, 5 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/11/327011/1

diff --git a/modules/ve-mw/ui/styles/dialogs/ve.ui.MWSaveDialog.css 
b/modules/ve-mw/ui/styles/dialogs/ve.ui.MWSaveDialog.css
index bdf93ff..78e568a 100644
--- a/modules/ve-mw/ui/styles/dialogs/ve.ui.MWSaveDialog.css
+++ b/modules/ve-mw/ui/styles/dialogs/ve.ui.MWSaveDialog.css
@@ -16,10 +16,7 @@
 }
 
 .ve-ui-mwSaveDialog-summary textarea {
-       display: block;
-       resize: none; /* stylelint-disable-line no-unsupported-browser-features 
*/
        height: 4em;
-       background-color: transparent;
 }
 
 .ve-ui-mwSaveDialog-foot {
@@ -28,8 +25,8 @@
 
 .ve-ui-mwSaveDialog-options {
        position: relative;
-       background-color: #f7f7f7;
-       border: solid 1px #ccc;
+       background-color: #f8f9fa;
+       border: solid 1px #c8ccd1;
        border-top: 0;
        min-height: 3em;
 }
@@ -49,10 +46,10 @@
        right: 0;
        top: 0;
        bottom: 0;
-       border-left: solid 1px #eee;
+       border-left: solid 1px #eaecf0;
        line-height: 3em;
        padding: 0 1em;
-       color: #aaa;
+       color: #54595d;
 }
 
 .ve-ui-mwSaveDialog-license {
@@ -60,5 +57,5 @@
        line-height: 1.4em;
        padding: 0;
        margin: 0;
-       color: #555;
+       color: #54595d;
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iee6b38e0b11f777dd0ffb0f6802d0b3d7349ddee
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: VolkerE <volke...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to