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

Change subject: Apex theme: Fix PopupToolGroup active box size
......................................................................

Apex theme: Fix PopupToolGroup active box size

Recursion of Ia040a4655af5. We gonna get rid of the modifiers for
now and look for an improved solution when needed.

Change-Id: I2df6a44e521dcbbc974f80095936a5a53a067e20
---
M src/themes/apex/tools.less
1 file changed, 1 insertion(+), 27 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/96/383496/1

diff --git a/src/themes/apex/tools.less b/src/themes/apex/tools.less
index 03c92ef..d764232 100644
--- a/src/themes/apex/tools.less
+++ b/src/themes/apex/tools.less
@@ -386,31 +386,6 @@
                }
        }
 
-       &.oo-ui-flaggedElement {
-               &-constructive, // Deprecated since v0.23.2
-               &-progressive {
-                       > .oo-ui-popupToolGroup-handle {
-                               border: 1px solid @progressive-border;
-                               .oo-ui-vertical-gradient( 
@progressive-gradient-start, @progressive-gradient-end );
-
-                               &:hover,
-                               &:focus {
-                                       border-color: 
@progressive-border-selected;
-                               }
-                       }
-
-                       &.oo-ui-widget-enabled > 
.oo-ui-popupToolGroup-handle:active,
-                       &.oo-ui-popupToolGroup-active > 
.oo-ui-popupToolGroup-handle {
-                               border: 1px solid @progressive-border;
-                               .oo-ui-vertical-gradient( 
@progressive-gradient-end, @progressive-gradient-start );
-                       }
-               }
-
-               &-destructive > .oo-ui-popupToolGroup-handle {
-                       color: @destructive;
-               }
-       }
-
        .oo-ui-buttonGroupWidget & {
                margin-left: 0;
 
@@ -471,11 +446,10 @@
        }
 
        &-active.oo-ui-widget-enabled {
+               .oo-ui-vertical-gradient( #f1f7fb, #fff );
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
                box-shadow: inset 0 0.0875em 0.0875em 0 rgba( 0, 0, 0, 0.07 );
-
-               .oo-ui-vertical-gradient( #f1f7fb, #fff );
        }
 
        .oo-ui-toolGroup-tools {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2df6a44e521dcbbc974f80095936a5a53a067e20
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
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