Remove unused MuiInput underline style

This commit is contained in:
apanizo 2018-09-14 17:13:19 +02:00
parent cd742fbef0
commit a3fd30367f
1 changed files with 0 additions and 3 deletions

View File

@ -81,9 +81,6 @@ export default createMuiTheme({
'&:before': {
borderBottom: `2px solid ${secondary}`,
},
'&:focus:before': {
borderBottom: '1px solid purple',
},
'&:hover:not($disabled):not($focused):not($error):before': {
borderBottom: `2px solid ${secondary}`,
},