Skip to content

Commit

Permalink
fix: update highlighted text color for item
Browse files Browse the repository at this point in the history
  • Loading branch information
bualoy-napat committed Dec 2, 2024
1 parent ba82a1f commit 32f740e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ds-theme/src/custom-elements/ef-item.less
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@
background-color: @list-item-selected-background-color;
color: @comp-menu-item-label-color-fg-single-pressed;
}

&[highlighted]:not([selected]) {
color: @list-item-text-highlighted-color;
}
}

0 comments on commit 32f740e

Please sign in to comment.