Skip to content

Commit

Permalink
fix(ui5-menu): adjust active menu item text color (#8782)
Browse files Browse the repository at this point in the history
Fixes: #8681
  • Loading branch information
unazko committed Apr 22, 2024
1 parent 812163c commit 0cf06f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/main/src/themes/MenuListItem.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
color: var(--sapContent_NonInteractiveIconColor);
}

:host([active][actionable]:not([disabled]))::part(content),
:host([active][actionable]:not([disabled]))::part(additional-text) {
color: var(--sapList_Active_TextColor);
}

:host([focused]:not([active]):not([disabled])) {
background-color: var(--sapList_Hover_Background);
}
Expand Down

0 comments on commit 0cf06f1

Please sign in to comment.