Skip to content

Commit 3f28919

Browse files
authored
Fix active state on multiselect crumb
1 parent 3230691 commit 3f28919

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,15 @@
285285
}
286286

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

291-
&:before {
296+
&:before{
292297
font-size: 1em;
293298
}
294299
}

0 commit comments

Comments
 (0)