Skip to content

Commit 0156fbb

Browse files
ENGCOM-6435: Add right arrow to show some items have children #25624
2 parents d0ec28b + 2533c62 commit 0156fbb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,18 @@ button {
444444
> .action-menu-item {
445445
min-width: 100%;
446446
}
447+
448+
&::after {
449+
border-color: transparent transparent transparent @color-black;
450+
border-style: solid;
451+
border-width: .4rem 0 .4rem .5rem;
452+
content: '';
453+
height: 0;
454+
position: relative;
455+
right: 1.2rem;
456+
top: 1.4rem;
457+
width: 0;
458+
}
447459
}
448460
}
449461

0 commit comments

Comments
 (0)