Skip to content

Commit e1288fb

Browse files
authored
ENGCOM-3970: [Backport] Issue fixed #19985 Send email confirmation popup close button area ov… #20541
2 parents 31af010 + 07b5bbd commit e1288fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/design/adminhtml/Magento/backend/web/css/source/components/_modals_extend.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@
146146
}
147147

148148
.action-close {
149-
padding: @modal-popup__padding;
149+
padding: @modal-popup__padding - 2;
150150

151151
&:active,
152152
&:focus {
153153
background: transparent;
154-
padding-right: @modal-popup__padding + (@modal-action-close__font-size - @modal-action-close__active__font-size) / 2;
155-
padding-top: @modal-popup__padding + (@modal-action-close__font-size - @modal-action-close__active__font-size) / 2;
154+
padding-right: @modal-popup__padding - 2;
155+
padding-top: @modal-popup__padding - 2;
156156
}
157157
}
158158
}

0 commit comments

Comments
 (0)