Skip to content

Commit

Permalink
fix(NumberInput): fix input color
Browse files Browse the repository at this point in the history
  • Loading branch information
ZxBing0066 committed Dec 20, 2021
1 parent 78f9068 commit 779657b
Show file tree
Hide file tree
Showing 18 changed files with 243 additions and 0 deletions.
Expand Up @@ -662,6 +662,7 @@ exports[`ActionList demo -- actionList 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-79 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -1240,6 +1241,7 @@ exports[`ActionList demo -- actionList 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-79 .uc-fe-numberinput-suffix {
Expand Down
Expand Up @@ -214,6 +214,7 @@ exports[`Badge demo -- badge 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-19 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -873,6 +874,7 @@ exports[`Badge demo -- badge 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-19 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -2239,6 +2241,7 @@ exports[`Badge demo -- bubble 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-79 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -2838,6 +2841,7 @@ exports[`Badge demo -- bubble 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-79 .uc-fe-numberinput-suffix {
Expand Down
Expand Up @@ -318,6 +318,7 @@ exports[`Collapse demo -- collapse 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-61 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -769,6 +770,7 @@ exports[`Collapse demo -- collapse 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-61 .uc-fe-numberinput-suffix {
Expand Down
Expand Up @@ -9822,6 +9822,7 @@ exports[`ConfigProvider demo -- locale 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}

.emotion-14 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -10207,6 +10208,7 @@ exports[`ConfigProvider demo -- locale 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}

.emotion-14 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -11262,6 +11264,7 @@ exports[`ConfigProvider demo -- theme 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}

.emotion-14 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -12480,6 +12483,7 @@ exports[`ConfigProvider demo -- theme 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}

.emotion-195 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -12810,6 +12814,7 @@ exports[`ConfigProvider demo -- theme 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}

.emotion-207 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -13130,6 +13135,7 @@ exports[`ConfigProvider demo -- theme 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}

.emotion-235 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -14742,6 +14748,7 @@ exports[`ConfigProvider demo -- theme 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}

.emotion-416 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -15065,6 +15072,7 @@ exports[`ConfigProvider demo -- theme 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}

.emotion-428 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -15907,6 +15915,7 @@ exports[`ConfigProvider demo -- theme 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}

.emotion-14 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -17125,6 +17134,7 @@ exports[`ConfigProvider demo -- theme 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}

.emotion-195 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -17455,6 +17465,7 @@ exports[`ConfigProvider demo -- theme 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}

.emotion-207 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -17775,6 +17786,7 @@ exports[`ConfigProvider demo -- theme 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}

.emotion-235 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -19387,6 +19399,7 @@ exports[`ConfigProvider demo -- theme 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}

.emotion-416 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -19710,6 +19723,7 @@ exports[`ConfigProvider demo -- theme 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}

.emotion-428 .uc-fe-numberinput-suffix {
Expand Down
6 changes: 6 additions & 0 deletions src/components/Form/__tests__/__snapshots__/demo.test.js.snap
Expand Up @@ -2168,6 +2168,7 @@ exports[`Form demo -- form-itemProps 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-37 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -2850,6 +2851,7 @@ exports[`Form demo -- form-itemProps 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-37 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -3739,6 +3741,7 @@ exports[`Form demo -- group 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-43 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -4435,6 +4438,7 @@ exports[`Form demo -- group 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-43 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -12797,6 +12801,7 @@ exports[`Form demo -- subArea 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-30 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -13493,6 +13498,7 @@ exports[`Form demo -- subArea 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-30 .uc-fe-numberinput-suffix {
Expand Down
4 changes: 4 additions & 0 deletions src/components/Grid/__tests__/__snapshots__/demo.test.js.snap
Expand Up @@ -98,6 +98,7 @@ exports[`Grid demo -- col 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-7 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -361,6 +362,7 @@ exports[`Grid demo -- col 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-7 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -2024,6 +2026,7 @@ exports[`Grid demo -- row 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-91 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -2566,6 +2569,7 @@ exports[`Grid demo -- row 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-91 .uc-fe-numberinput-suffix {
Expand Down
2 changes: 2 additions & 0 deletions src/components/Icon/__tests__/__snapshots__/demo.test.js.snap
Expand Up @@ -391,6 +391,7 @@ exports[`Icon demo -- icon 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-49 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -894,6 +895,7 @@ exports[`Icon demo -- icon 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-49 .uc-fe-numberinput-suffix {
Expand Down
Expand Up @@ -221,6 +221,7 @@ exports[`LocaleProvider demo -- componentlocale 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-14 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -606,6 +607,7 @@ exports[`LocaleProvider demo -- componentlocale 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-14 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -1516,6 +1518,7 @@ exports[`LocaleProvider demo -- list 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-34 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -3458,6 +3461,7 @@ exports[`LocaleProvider demo -- list 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-215 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -3899,6 +3903,7 @@ exports[`LocaleProvider demo -- list 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-352 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -4934,6 +4939,7 @@ exports[`LocaleProvider demo -- list 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-34 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -6876,6 +6882,7 @@ exports[`LocaleProvider demo -- list 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-215 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -7317,6 +7324,7 @@ exports[`LocaleProvider demo -- list 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-352 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -10878,6 +10886,7 @@ exports[`LocaleProvider demo -- localefile 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-14 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -11263,6 +11272,7 @@ exports[`LocaleProvider demo -- localefile 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-14 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -11820,6 +11830,7 @@ exports[`LocaleProvider demo -- localeprovider 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-14 .uc-fe-numberinput-suffix {
Expand Down Expand Up @@ -12205,6 +12216,7 @@ exports[`LocaleProvider demo -- localeprovider 1`] = `
outline: none;
padding: 0;
margin: 0;
color: inherit;
}
.emotion-14 .uc-fe-numberinput-suffix {
Expand Down

0 comments on commit 779657b

Please sign in to comment.