We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6457701 + 03b586f commit df3ca68Copy full SHA for df3ca68
app/design/adminhtml/Magento/backend/web/css/source/components/_modals_extend.less
@@ -146,13 +146,13 @@
146
}
147
148
.action-close {
149
- padding: @modal-popup__padding;
+ padding: @modal-popup__padding - 2;
150
151
&:active,
152
&:focus {
153
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;
+ padding-right: @modal-popup__padding - 2;
+ padding-top: @modal-popup__padding - 2;
156
157
158
0 commit comments