Skip to content

Commit ca0b73e

Browse files
authored
Ui-Select css fix - multiple (in modal)
Fix css for close action (remove item) for ui-select with multiple = true when used in a modal
1 parent 365e42e commit ca0b73e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,24 @@
272272
&:active {
273273
transform: scale(.9);
274274
}
275+
276+
.modal-popup &,
277+
.modal-slide & {
278+
padding: 0;
279+
color: @button__color;
280+
281+
&:hover {
282+
color: darken(@text__color, 20%);
283+
}
284+
285+
&:active {
286+
transform: scale(.9);
287+
}
288+
289+
&:before {
290+
font-size: 1em;
291+
}
292+
}
275293
}
276294
}
277295

0 commit comments

Comments
 (0)