mirror of
https://github.com/yldio/copilot.git
synced 2024-11-28 14:10:04 +02:00
fix(normalized-styled-components): update tests snapshots
This commit is contained in:
parent
17def8e304
commit
7f22dea0b8
@ -82,17 +82,17 @@ exports[`renders <Button /> correctly 1`] = `
|
|||||||
}
|
}
|
||||||
|
|
||||||
.c0::-moz-focus-inner,
|
.c0::-moz-focus-inner,
|
||||||
.c0[type="button"]::-moz-focus-inner,
|
.c0[type='button']::-moz-focus-inner,
|
||||||
.c0[type="reset"]::-moz-focus-inner,
|
.c0[type='reset']::-moz-focus-inner,
|
||||||
.c0[type="submit"]::-moz-focus-inner {
|
.c0[type='submit']::-moz-focus-inner {
|
||||||
border-style: none;
|
border-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c0:-moz-focusring,
|
.c0:-moz-focusring,
|
||||||
.c0[type="button"]:-moz-focusring,
|
.c0[type='button']:-moz-focusring,
|
||||||
.c0[type="reset"]:-moz-focusring,
|
.c0[type='reset']:-moz-focusring,
|
||||||
.c0[type="submit"]:-moz-focusring {
|
.c0[type='submit']:-moz-focusring {
|
||||||
outline: 0.0625rem dotted ButtonText;
|
outline: 0.0625rem dotted ButtonText;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -235,26 +235,26 @@ exports[`renders <Input /> correctly 1`] = `
|
|||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c0[type="checkbox"],
|
.c0[type='checkbox'],
|
||||||
.c0[type="radio"] {
|
.c0[type='radio'] {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c0[type="number"]::-webkit-inner-spin-button,
|
.c0[type='number']::-webkit-inner-spin-button,
|
||||||
.c0[type="number"]::-webkit-outer-spin-button {
|
.c0[type='number']::-webkit-outer-spin-button {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c0[type="search"] {
|
.c0[type='search'] {
|
||||||
-webkit-appearance: textfield;
|
-webkit-appearance: textfield;
|
||||||
-moz-appearance: textfield;
|
-moz-appearance: textfield;
|
||||||
appearance: textfield;
|
appearance: textfield;
|
||||||
outline-offset: -0.125rem;
|
outline-offset: -0.125rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c0[type="search"]::-webkit-search-cancel-button,
|
.c0[type='search']::-webkit-search-cancel-button,
|
||||||
.c0[type="search"]::-webkit-search-decoration {
|
.c0[type='search']::-webkit-search-decoration {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user