File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
app/design/adminhtml/Magento/backend
Magento_Backend/web/css/source/module Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 177
177
> .submenu {
178
178
background-color : @submenu__background-color ;
179
179
box-shadow : 0 0 3px @color-black ;
180
- left : -100 rem ;
180
+ left : -90 rem ;
181
181
min-height : ~ ' calc(@{menu-logo__outer-size} + 2rem + 100%)' ;
182
182
padding : @submenu__padding-vertical 0 0 ;
183
183
position : absolute ;
184
184
top : - @menu-logo__outer-size ;
185
- transition : all .7 s linear ;
185
+ transition : all .5 s ease ;
186
186
visibility : hidden ;
187
187
z-index : @submenu__z-index ;
188
188
& ._show {
272
272
position : absolute ;
273
273
right : 0 ;
274
274
top : 0 ;
275
+ & :active {
276
+ .scale ();
277
+ }
275
278
& :before {
276
279
& :extend(.abs-icon all );
277
280
color : @submenu-section-label__color ;
Original file line number Diff line number Diff line change @@ -2667,6 +2667,8 @@ fieldset[disabled] .admin__control-text + .ui-datepicker-trigger {
2667
2667
}
2668
2668
.popup-window {
2669
2669
background : #ffffff ;
2670
+ }
2671
+ .popup-window.dialog {
2670
2672
z-index : 1010 !important ;
2671
2673
}
2672
2674
.popup-window .table_window > tbody > tr > td {
@@ -3102,12 +3104,12 @@ fieldset[disabled] .admin__control-text + .ui-datepicker-trigger {
3102
3104
.admin__menu .level-0 > .submenu {
3103
3105
background-color : #524d49 ;
3104
3106
box-shadow : 0 0 3px #000000 ;
3105
- left : -100 rem ;
3107
+ left : -90 rem ;
3106
3108
min-height : ~ " calc(7.5rem + 2rem + 100%)" ;
3107
3109
padding : 2rem 0 0 ;
3108
3110
position : absolute ;
3109
3111
top : -7.5rem ;
3110
- transition : all .7 s linear ;
3112
+ transition : all .5 s ease ;
3111
3113
visibility : hidden ;
3112
3114
z-index : 698 ;
3113
3115
}
@@ -3179,6 +3181,9 @@ fieldset[disabled] .admin__control-text + .ui-datepicker-trigger {
3179
3181
right : 0 ;
3180
3182
top : 0 ;
3181
3183
}
3184
+ .admin__menu .submenu-close :active {
3185
+ transform : scale (0.9 );
3186
+ }
3182
3187
.admin__menu .submenu-close :before {
3183
3188
color : #a79d95 ;
3184
3189
content : ' \e62f ' ;
You can’t perform that action at this time.
0 commit comments