Skip to content

Commit 3230691

Browse files
authored
Fix for static tests
1 parent 37667b5 commit 3230691

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/design/adminhtml/Magento/backend/web/css/source/actions/_actions-multiselect.less

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@
9696

9797
> .action-close,
9898
> .action-close:active {
99+
background-color: transparent;
100+
margin-right: 3.2rem;
101+
padding: .8rem 1.5rem .6rem;
99102
position: absolute;
100-
top: 0;
101103
right: 0;
102-
margin-right: 3.2rem;
103-
padding: 0.8rem 1.5rem 0.6rem;
104-
background-color: transparent;
104+
top: 0;
105105
transform: none;
106106

107107
&:before {
@@ -277,8 +277,8 @@
277277

278278
.modal-popup &,
279279
.modal-slide & {
280-
padding: 0;
281280
color: @button__color;
281+
padding: 0;
282282

283283
&:hover {
284284
color: darken(@text__color, 20%);

0 commit comments

Comments
 (0)