Remove unused importants

This commit is contained in:
Krzysztof Bialoglowicz 2019-09-26 16:31:45 +02:00
parent f71b82d612
commit 96b1a445f0

View file

@ -227,7 +227,7 @@ export default (colors: IThemeColors): Theme =>
error: { error: {
"&$focused": { "&$focused": {
"& fieldset": { "& fieldset": {
borderColor: [[colors.error], "!important"] as any borderColor: colors.error
}, },
"& input": { "& input": {
color: colors.error, color: colors.error,
@ -236,7 +236,7 @@ export default (colors: IThemeColors): Theme =>
}, },
"&:hover": { "&:hover": {
"& fieldset": { "& fieldset": {
borderColor: [[colors.error], "!important"] as any borderColor: colors.error
}, },
"& input": { "& input": {
color: colors.error, color: colors.error,
@ -284,7 +284,7 @@ export default (colors: IThemeColors): Theme =>
}, },
"&$focused": { "&$focused": {
"& fieldset": { "& fieldset": {
borderColor: [[colors.primary], "!important"] as any borderColor: colors.primary
}, },
"& input": { "& input": {
"&::placeholder": { "&::placeholder": {
@ -296,7 +296,7 @@ export default (colors: IThemeColors): Theme =>
}, },
"&:hover": { "&:hover": {
"& fieldset": { "& fieldset": {
borderColor: [[colors.primary], "!important"] as any borderColor: colors.primary
}, },
"& input": { "& input": {
color: colors.font.default, color: colors.font.default,