Skip to content

Commit 6a319ab

Browse files
MAGETWO-54501: Incorrect position of the calendar button in the widget conditions
1 parent 916acb2 commit 6a319ab

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

app/design/adminhtml/Magento/backend/web/css/styles-old.less

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3793,8 +3793,12 @@
37933793
border-left: none !important;
37943794
}
37953795

3796-
.rule-tree ._has-datepicker + .ui-datepicker-trigger {
3797-
position: static;
3796+
.rule-tree {
3797+
._has-datepicker {
3798+
& + .ui-datepicker-trigger {
3799+
position: static;
3800+
}
3801+
}
37983802
}
37993803

38003804
.rule-param .label {

0 commit comments

Comments
 (0)