Skip to content

Commit

Permalink
[TextField] Minimize usage of z-index (#19547)" (#20016)
Browse files Browse the repository at this point in the history
This reverts commit 9c3904d.
  • Loading branch information
piotros committed Mar 8, 2020
1 parent 2906492 commit f377f37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/material-ui/src/FormControl/FormControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export const styles = {
padding: 0,
margin: 0,
border: 0,
zIndex: 0, // Fix blur label text issue
verticalAlign: 'top', // Fix alignment issue on Safari.
},
/* Styles applied to the root element if `margin="normal"`. */
Expand Down

0 comments on commit f377f37

Please sign in to comment.