Skip to content

Commit

Permalink
fix(DatePicker): fix focus and fragments selection (#2970)
Browse files Browse the repository at this point in the history
broke in #2614
Cherry-picked 8339c75

Co-authored-by: Egor Pogadaev <[email protected]>
  • Loading branch information
lossir and Egor Pogadaev authored Aug 2, 2022
1 parent 87e6ed7 commit f3594bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-ui/components/DateInput/DateInput.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ export const styles = {

value() {
return css`
opacity: 0;
visibility: hidden;
`;
},

valueVisible() {
return css`
opacity: 1;
visibility: visible;
`;
},
};

0 comments on commit f3594bf

Please sign in to comment.