Skip to content

Commit

Permalink
applied a more generic declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
fraincs authored and victortrinh2 committed Nov 21, 2024
1 parent 1c26a73 commit 8d918e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/src/menu/src/Menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ IMPORTANT: The Menu component hardcoded a few CSS values to enable dynamic scrol
.o-ui-menu-item svg.o-ui-menu-item-end-icon:not(.o-ui-menu-item-checkmark) {
width: var(--o-ui-menu-item-icon-size);
height: var(--o-ui-menu-item-icon-size);
flex-shrink: 0;
}

/* ITEM | ICON | START */
.o-ui-menu-item-start-icon {
flex-shrink: 0;
margin-right: var(--hop-space-inline-sm);
grid-row-start: 1;
grid-row-end: 3;
Expand All @@ -84,6 +84,7 @@ IMPORTANT: The Menu component hardcoded a few CSS values to enable dynamic scrol

/* ITEM | ICON | END */
.o-ui-menu-item-end-icon {
flex-shrink: 0;
margin-left: var(--hop-space-inline-sm);
}

Expand Down

0 comments on commit 8d918e3

Please sign in to comment.