Skip to content

Commit

Permalink
[Fix] Add selected style for light dropdowns
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
  • Loading branch information
swingley authored and igorDykhta committed Apr 27, 2023
1 parent 44aafd1 commit 3dee9d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/styles/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -928,6 +928,9 @@ const dropdownListItemLT = css`
color: ${props => props.theme.selectColorLT};
}
}
&.selected {
background-color: ${props => props.theme.dropdownListHighlightBgLT};
}
`;

const dropdownListHeader = css`
Expand Down

0 comments on commit 3dee9d1

Please sign in to comment.