jenkins-bot has submitted this change and it was merged.

Change subject: [BREAKING CHANGE] MediaWiki theme: Remove deprecated 
`constructive` variables
......................................................................


[BREAKING CHANGE] MediaWiki theme: Remove deprecated `constructive` variables

Removing deprecated `constructive` Less variables and ProcessDialog actions.
They were deprecated back in v0.16.1.

Change-Id: Iaa19572778151bf955265f2bbc94b1130a025fda
---
M src/themes/mediawiki/common.less
M src/themes/mediawiki/windows.less
2 files changed, 6 insertions(+), 29 deletions(-)

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



diff --git a/src/themes/mediawiki/common.less b/src/themes/mediawiki/common.less
index 88d0a33..b1ab76c 100644
--- a/src/themes/mediawiki/common.less
+++ b/src/themes/mediawiki/common.less
@@ -120,9 +120,3 @@
        @svg: '@{url-without-extension}.svg';
        background-image: -webkit-linear-gradient( transparent, transparent ), 
e( '/* @embed */' ) url( @svg );
 }
-
-// Deprecated in 0.16.1, see T110555
-@color-constructive: #00af89;
-@color-constructive-hover: #008064;
-@color-constructive-active: #005946;
-@color-constructive-fade: #e6f7f3; // equals `fade( @color-constructive, 10% )`
diff --git a/src/themes/mediawiki/windows.less 
b/src/themes/mediawiki/windows.less
index dcd4837..b7e7134 100644
--- a/src/themes/mediawiki/windows.less
+++ b/src/themes/mediawiki/windows.less
@@ -81,7 +81,9 @@
                        }
 
                        &.oo-ui-flaggedElement {
-                               &-progressive {
+                               &-progressive,
+                               // Deprecated in v0.16.1
+                               &-constructive {
                                        &:hover {
                                                background-color: rgba( 8, 126, 
204, 0.05 );
                                        }
@@ -92,17 +94,6 @@
 
                                        .oo-ui-labelElement-label {
                                                font-weight: bold;
-                                       }
-                               }
-
-                               // Deprecated in v0.16.1
-                               &-constructive {
-                                       &:hover {
-                                               background-color: rgba( 8, 126, 
204, 0.05 );
-                                       }
-
-                                       &:active {
-                                               background-color: rgba( 8, 126, 
204, 0.1 );
                                        }
                                }
 
@@ -186,7 +177,9 @@
                                }
 
                                &.oo-ui-flaggedElement {
-                                       &-progressive {
+                                       &-progressive
+                                       // Deprecated in v0.16.1
+                                       &-constructive {
                                                &:hover {
                                                        background-color: rgba( 
8, 126, 204, 0.05 );
                                                }
@@ -197,16 +190,6 @@
 
                                                .oo-ui-labelElement-label {
                                                        font-weight: bold;
-                                               }
-                                       }
-
-                                       &-constructive {
-                                               &:hover {
-                                                       background-color: rgba( 
118, 171, 54, 0.05 );
-                                               }
-
-                                               &:active {
-                                                       background-color: rgba( 
118, 171, 54, 0.1 );
                                                }
                                        }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iaa19572778151bf955265f2bbc94b1130a025fda
Gerrit-PatchSet: 3
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: VolkerE <volke...@wikimedia.org>
Gerrit-Reviewer: Bartosz DziewoƄski <matma....@gmail.com>
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