Skip to content

Commit

Permalink
NativeSelectInput - updating comment
Browse files Browse the repository at this point in the history
Updating the comment to be more clear

Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
  • Loading branch information
sarahannnicholson and oliviertassinari committed Jun 3, 2021
1 parent f4629d1 commit b86f99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/NativeSelect/NativeSelectInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const nativeSelectIconStyles = ({ styleProps, theme }) => ({
// to the input and to support wrapping tags..
position: 'absolute',
right: 0,
top: 'calc(50% - .5em)', // Center vertically
top: 'calc(50% - .5em)', // Center vertically, height is 1em
pointerEvents: 'none', // Don't block pointer events on the select under the icon.
color: theme.palette.action.active,
[`&.${nativeSelectClasses.disabled}`]: {
Expand Down

0 comments on commit b86f99b

Please sign in to comment.