Remove unused importants
This commit is contained in:
parent
f71b82d612
commit
96b1a445f0
1 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue