test: update snapshots due to style change

This commit is contained in:
unix
2020-05-16 22:57:10 +08:00
parent 372b413ca6
commit 6a564fd8a5
3 changed files with 21 additions and 0 deletions

View File

@@ -135,6 +135,7 @@ initialize {
outline: none;
border-radius: 0;
width: 100%;
min-width: 0;
-webkit-appearance: none;
}
@@ -252,6 +253,7 @@ initialize {
outline: none;
border-radius: 0;
width: 100%;
min-width: 0;
-webkit-appearance: none;
}
@@ -556,6 +558,7 @@ initialize {
outline: none;
border-radius: 0;
width: 100%;
min-width: 0;
-webkit-appearance: none;
}
@@ -673,6 +676,7 @@ initialize {
outline: none;
border-radius: 0;
width: 100%;
min-width: 0;
-webkit-appearance: none;
}
@@ -973,6 +977,7 @@ initialize {
outline: none;
border-radius: 0;
width: 100%;
min-width: 0;
-webkit-appearance: none;
}
@@ -1090,6 +1095,7 @@ initialize {
outline: none;
border-radius: 0;
width: 100%;
min-width: 0;
-webkit-appearance: none;
}
@@ -1394,6 +1400,7 @@ initialize {
outline: none;
border-radius: 0;
width: 100%;
min-width: 0;
-webkit-appearance: none;
}
@@ -1511,6 +1518,7 @@ initialize {
outline: none;
border-radius: 0;
width: 100%;
min-width: 0;
-webkit-appearance: none;
}

View File

@@ -78,6 +78,7 @@ exports[`Input should be work with icon 1`] = `
outline: none;
border-radius: 0;
width: 100%;
min-width: 0;
-webkit-appearance: none;
}
@@ -180,6 +181,7 @@ exports[`Input should be work with icon 1`] = `
outline: none;
border-radius: 0;
width: 100%;
min-width: 0;
-webkit-appearance: none;
}
@@ -299,6 +301,7 @@ exports[`Input should be work with label 1`] = `
outline: none;
border-radius: 0;
width: 100%;
min-width: 0;
-webkit-appearance: none;
}
@@ -414,6 +417,7 @@ exports[`Input should be work with label 1`] = `
outline: none;
border-radius: 0;
width: 100%;
min-width: 0;
-webkit-appearance: none;
}
@@ -519,6 +523,7 @@ exports[`Input should be work with label 1`] = `
outline: none;
border-radius: 0;
width: 100%;
min-width: 0;
-webkit-appearance: none;
}
@@ -610,6 +615,7 @@ exports[`Input should work with different sizes 1`] = `
outline: none;
border-radius: 0;
width: 100%;
min-width: 0;
-webkit-appearance: none;
}
@@ -697,6 +703,7 @@ exports[`Input should work with different sizes 1`] = `
outline: none;
border-radius: 0;
width: 100%;
min-width: 0;
-webkit-appearance: none;
}
@@ -784,6 +791,7 @@ exports[`Input should work with different sizes 1`] = `
outline: none;
border-radius: 0;
width: 100%;
min-width: 0;
-webkit-appearance: none;
}
@@ -871,6 +879,7 @@ exports[`Input should work with different sizes 1`] = `
outline: none;
border-radius: 0;
width: 100%;
min-width: 0;
-webkit-appearance: none;
}
@@ -962,6 +971,7 @@ exports[`Input should work with different status 1`] = `
outline: none;
border-radius: 0;
width: 100%;
min-width: 0;
-webkit-appearance: none;
}
@@ -1049,6 +1059,7 @@ exports[`Input should work with different status 1`] = `
outline: none;
border-radius: 0;
width: 100%;
min-width: 0;
-webkit-appearance: none;
}
@@ -1136,6 +1147,7 @@ exports[`Input should work with different status 1`] = `
outline: none;
border-radius: 0;
width: 100%;
min-width: 0;
-webkit-appearance: none;
}

View File

@@ -78,6 +78,7 @@ exports[`InputPassword should render correctly 1`] = `
outline: none;
border-radius: 0;
width: 100%;
min-width: 0;
-webkit-appearance: none;
}