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.
1 parent 37667b5 commit 3230691Copy full SHA for 3230691
app/design/adminhtml/Magento/backend/web/css/source/actions/_actions-multiselect.less
@@ -96,12 +96,12 @@
96
97
> .action-close,
98
> .action-close:active {
99
+ background-color: transparent;
100
+ margin-right: 3.2rem;
101
+ padding: .8rem 1.5rem .6rem;
102
position: absolute;
- top: 0;
103
right: 0;
- margin-right: 3.2rem;
- padding: 0.8rem 1.5rem 0.6rem;
104
- background-color: transparent;
+ top: 0;
105
transform: none;
106
107
&:before {
@@ -277,8 +277,8 @@
277
278
.modal-popup &,
279
.modal-slide & {
280
- padding: 0;
281
color: @button__color;
+ padding: 0;
282
283
&:hover {
284
color: darken(@text__color, 20%);
0 commit comments