From a3fd30367fcf4faa338af7d75b6039c5df48d6fb Mon Sep 17 00:00:00 2001 From: apanizo Date: Fri, 14 Sep 2018 17:13:19 +0200 Subject: [PATCH] Remove unused MuiInput underline style --- src/theme/mui.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/theme/mui.js b/src/theme/mui.js index 216e60e3..a516cd5f 100644 --- a/src/theme/mui.js +++ b/src/theme/mui.js @@ -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}`, },