Skip to content

Commit 094565f

Browse files
committed
Add right arrow to show some items have children
1 parent 6da226d commit 094565f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,20 @@ button {
444444
> .action-menu-item {
445445
min-width: 100%;
446446
}
447+
448+
&::after {
449+
border-color: transparent transparent transparent #000;
450+
border-style: solid;
451+
border-width: 0.4rem 0 0.4rem 0.5rem;
452+
content: '';
453+
height: 0;
454+
margin-top: -0.2rem;
455+
position: absolute;
456+
right: 1rem;
457+
top: 50%;
458+
transition: all .2s linear;
459+
width: 0;
460+
}
447461
}
448462
}
449463

0 commit comments

Comments
 (0)