Skip to content

Commit

Permalink
[Fix] Add selected style for light dropdowns (#2207)
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Co-authored-by: Derek Swingley <swingley@gmail.com>
  • Loading branch information
igorDykhta and swingley committed Apr 27, 2023
1 parent 44aafd1 commit 30792f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/styles/src/base.ts
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 30792f4

Please sign in to comment.