jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/327011 )

Change subject: SaveDialog: Align colour palette and ensure sufficient contrast
......................................................................


SaveDialog: Align colour palette and ensure sufficient contrast

Align the colors used in the save dialog to OOjs UI's MediaWiki theme,
increasing the contrast of edit summary counter slightly to ensure WCAG
AA accessiblity levels. Also remove unnecessary duplicated CSS
properties, which are already inherited from OOjs UI styles.

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

Approvals:
  jenkins-bot: Verified
  Jforrester: Looks good to me, approved



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: merged
Gerrit-Change-Id: Iee6b38e0b11f777dd0ffb0f6802d0b3d7349ddee
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: VolkerE <volke...@wikimedia.org>
Gerrit-Reviewer: Esanders <esand...@wikimedia.org>
Gerrit-Reviewer: Jforrester <jforres...@wikimedia.org>
Gerrit-Reviewer: VolkerE <volke...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to