Skip to content

Commit

Permalink
fix(ui5-menu-item): align arrow indication color (#10695)
Browse files Browse the repository at this point in the history
  • Loading branch information
Todor-ads authored Jan 30, 2025
1 parent 9c3328f commit bd898c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/main/src/themes/MenuItem.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,15 @@
inset-inline-end: var(--_ui5_menu_item_submenu_icon_right);
}

.ui5-menu-item-submenu-icon .ui5-menu-item-icon-end {
color: var(--sapContent_NonInteractiveIconColor);
}

.ui5-menu-item-dummy-icon {
min-width: var(--_ui5_list_item_icon_size);
min-height: var(--_ui5_list_item_icon_size);
display: inline-block;
vertical-align: middle;
padding-inline-end: 0.5rem;
pointer-events: none;
}
}

0 comments on commit bd898c0

Please sign in to comment.