Skip to content

Commit 033936a

Browse files
authored
ENGCOM-9206: Fix Ui-Select (Multiselect) close button issues (cont.) #33948
2 parents de8e62b + ea582d2 commit 033936a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,12 @@
285285
}
286286

287287
&:active {
288+
padding: 0;
288289
transform: scale(.9);
290+
291+
&:before {
292+
font-size: 1em;
293+
}
289294
}
290295

291296
&:before {

0 commit comments

Comments
 (0)