Skip to content

Commit

Permalink
Animated popupIndicator
Browse files Browse the repository at this point in the history
Animated added popupIndicator
  • Loading branch information
ahmetcaglayan authored Jan 13, 2020
1 parent 95a0db5 commit c0a3618
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/material-ui-lab/src/Autocomplete/Autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,13 @@ export const styles = theme => ({
popupIndicator: {
padding: 2,
marginRight: -2,
transition: '0.3s',
transform: 'rotate(0deg)',
color: theme.palette.action.active,
},
/* Styles applied to the popup indictator if the popup is open. */
popupIndicatorOpen: {
transition: '0.3s',
transform: 'rotate(180deg)',
},
/* Styles applied to the popper element. */
Expand Down

0 comments on commit c0a3618

Please sign in to comment.