Skip to content

Commit

Permalink
fix: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dkireev committed Nov 26, 2020
1 parent d38a462 commit 42ce603
Show file tree
Hide file tree
Showing 20 changed files with 103 additions and 103 deletions.
Expand Up @@ -16,7 +16,7 @@ exports[`Button renders as an anchor tag 1`] = `
transition: background-color 0.2s;
white-space: nowrap;
color: #FFFFFF;
background-color: #0CD463;
background-color: #0CCF61;
font-size: 0.875rem;
line-height: 1.25rem;
height: 2.5rem;
Expand All @@ -31,14 +31,14 @@ exports[`Button renders as an anchor tag 1`] = `
.c0.is-hover:not([disabled]),
.c0:hover:not([disabled]) {
background-color: #19E170;
background-color: #18DC6D;
}
.c0.is-active,
.c0.has-focus,
.c0:active,
.c0:focus {
background-color: #02C556;
background-color: #02C054;
outline: none;
}
Expand Down Expand Up @@ -86,7 +86,7 @@ exports[`Button renders as disabled 1`] = `
transition: background-color 0.2s;
white-space: nowrap;
color: #FFFFFF;
background-color: #0CD463;
background-color: #0CCF61;
font-size: 0.875rem;
line-height: 1.25rem;
height: 2.5rem;
Expand All @@ -101,14 +101,14 @@ exports[`Button renders as disabled 1`] = `
.c0.is-hover:not([disabled]),
.c0:hover:not([disabled]) {
background-color: #19E170;
background-color: #18DC6D;
}
.c0.is-active,
.c0.has-focus,
.c0:active,
.c0:focus {
background-color: #02C556;
background-color: #02C054;
outline: none;
}
Expand Down Expand Up @@ -158,7 +158,7 @@ exports[`Button renders as fullWidth 1`] = `
white-space: nowrap;
position: relative;
color: #FFFFFF;
background-color: #0CD463;
background-color: #0CCF61;
font-size: 0.875rem;
line-height: 1.25rem;
height: 2.5rem;
Expand All @@ -173,14 +173,14 @@ exports[`Button renders as fullWidth 1`] = `
.c0.is-hover:not([disabled]),
.c0:hover:not([disabled]) {
background-color: #19E170;
background-color: #18DC6D;
}
.c0.is-active,
.c0.has-focus,
.c0:active,
.c0:focus {
background-color: #02C556;
background-color: #02C054;
outline: none;
}
Expand Down Expand Up @@ -227,7 +227,7 @@ exports[`Button renders correctly 1`] = `
transition: background-color 0.2s;
white-space: nowrap;
color: #FFFFFF;
background-color: #0CD463;
background-color: #0CCF61;
font-size: 0.875rem;
line-height: 1.25rem;
height: 2.5rem;
Expand All @@ -242,14 +242,14 @@ exports[`Button renders correctly 1`] = `
.c0.is-hover:not([disabled]),
.c0:hover:not([disabled]) {
background-color: #19E170;
background-color: #18DC6D;
}
.c0.is-active,
.c0.has-focus,
.c0:active,
.c0:focus {
background-color: #02C556;
background-color: #02C054;
outline: none;
}
Expand Down Expand Up @@ -433,7 +433,7 @@ exports[`Button variants renders as primary 1`] = `
transition: background-color 0.2s;
white-space: nowrap;
color: #FFFFFF;
background-color: #0CD463;
background-color: #0CCF61;
font-size: 0.875rem;
line-height: 1.25rem;
height: 2.5rem;
Expand All @@ -448,14 +448,14 @@ exports[`Button variants renders as primary 1`] = `
.c0.is-hover:not([disabled]),
.c0:hover:not([disabled]) {
background-color: #19E170;
background-color: #18DC6D;
}
.c0.is-active,
.c0.has-focus,
.c0:active,
.c0:focus {
background-color: #02C556;
background-color: #02C054;
outline: none;
}
Expand Down Expand Up @@ -1050,7 +1050,7 @@ exports[`Button variants variants MockStates Primary renders as active 1`] = `
transition: background-color 0.2s;
white-space: nowrap;
color: #FFFFFF;
background-color: #0CD463;
background-color: #0CCF61;
font-size: 0.875rem;
line-height: 1.25rem;
height: 2.5rem;
Expand All @@ -1065,14 +1065,14 @@ exports[`Button variants variants MockStates Primary renders as active 1`] = `
.c0.is-hover:not([disabled]),
.c0:hover:not([disabled]) {
background-color: #19E170;
background-color: #18DC6D;
}
.c0.is-active,
.c0.has-focus,
.c0:active,
.c0:focus {
background-color: #02C556;
background-color: #02C054;
outline: none;
}
Expand Down Expand Up @@ -1119,7 +1119,7 @@ exports[`Button variants variants MockStates Primary renders with hover 1`] = `
transition: background-color 0.2s;
white-space: nowrap;
color: #FFFFFF;
background-color: #0CD463;
background-color: #0CCF61;
font-size: 0.875rem;
line-height: 1.25rem;
height: 2.5rem;
Expand All @@ -1134,14 +1134,14 @@ exports[`Button variants variants MockStates Primary renders with hover 1`] = `
.c0.is-hover:not([disabled]),
.c0:hover:not([disabled]) {
background-color: #19E170;
background-color: #18DC6D;
}
.c0.is-active,
.c0.has-focus,
.c0:active,
.c0:focus {
background-color: #02C556;
background-color: #02C054;
outline: none;
}
Expand Down
Expand Up @@ -65,7 +65,7 @@ exports[`Caption renders default color 1`] = `
exports[`Caption renders with a color 1`] = `
.c0 {
color: #0CD463;
color: #0CCF61;
font-size: 0.625rem;
line-height: 1rem;
font-weight: 500;
Expand Down
Expand Up @@ -89,7 +89,7 @@ exports[`Checkbox renders as checked 1`] = `
.c1:hover:enabled:checked + span::before,
.c1:focus:enabled:checked + span::before {
opacity: 0.1;
background-color: #0CD463;
background-color: #0CCF61;
}
.c1:hover:enabled:not(:checked) + span::after,
Expand All @@ -98,9 +98,9 @@ exports[`Checkbox renders as checked 1`] = `
}
.c1:checked + span::after {
background-color: #0CD463;
background-color: #0CCF61;
background-size: 0.625rem;
border-color: #0CD463;
border-color: #0CCF61;
}
.c1[disabled] + span {
Expand Down Expand Up @@ -216,7 +216,7 @@ exports[`Checkbox renders as disabled 1`] = `
.c1:hover:enabled:checked + span::before,
.c1:focus:enabled:checked + span::before {
opacity: 0.1;
background-color: #0CD463;
background-color: #0CCF61;
}
.c1:hover:enabled:not(:checked) + span::after,
Expand All @@ -225,9 +225,9 @@ exports[`Checkbox renders as disabled 1`] = `
}
.c1:checked + span::after {
background-color: #0CD463;
background-color: #0CCF61;
background-size: 0.625rem;
border-color: #0CD463;
border-color: #0CCF61;
}
.c1[disabled] + span {
Expand Down Expand Up @@ -342,7 +342,7 @@ exports[`Checkbox renders by default 1`] = `
.c1:hover:enabled:checked + span::before,
.c1:focus:enabled:checked + span::before {
opacity: 0.1;
background-color: #0CD463;
background-color: #0CCF61;
}
.c1:hover:enabled:not(:checked) + span::after,
Expand All @@ -351,9 +351,9 @@ exports[`Checkbox renders by default 1`] = `
}
.c1:checked + span::after {
background-color: #0CD463;
background-color: #0CCF61;
background-size: 0.625rem;
border-color: #0CD463;
border-color: #0CCF61;
}
.c1[disabled] + span {
Expand Down Expand Up @@ -468,7 +468,7 @@ exports[`Checkbox renders label with HTML 1`] = `
.c1:hover:enabled:checked + span::before,
.c1:focus:enabled:checked + span::before {
opacity: 0.1;
background-color: #0CD463;
background-color: #0CCF61;
}
.c1:hover:enabled:not(:checked) + span::after,
Expand All @@ -477,9 +477,9 @@ exports[`Checkbox renders label with HTML 1`] = `
}
.c1:checked + span::after {
background-color: #0CD463;
background-color: #0CCF61;
background-size: 0.625rem;
border-color: #0CD463;
border-color: #0CCF61;
}
.c1[disabled] + span {
Expand Down Expand Up @@ -602,7 +602,7 @@ exports[`Checkbox renders with hidden aria-label 1`] = `
.c1:hover:enabled:checked + span::before,
.c1:focus:enabled:checked + span::before {
opacity: 0.1;
background-color: #0CD463;
background-color: #0CCF61;
}
.c1:hover:enabled:not(:checked) + span::after,
Expand All @@ -611,9 +611,9 @@ exports[`Checkbox renders with hidden aria-label 1`] = `
}
.c1:checked + span::after {
background-color: #0CD463;
background-color: #0CCF61;
background-size: 0.625rem;
border-color: #0CD463;
border-color: #0CCF61;
}
.c1[disabled] + span {
Expand Down
Expand Up @@ -89,7 +89,7 @@ exports[`CheckboxMultiselect renders by default 1`] = `
.c3:hover:enabled:checked + span::before,
.c3:focus:enabled:checked + span::before {
opacity: 0.1;
background-color: #0CD463;
background-color: #0CCF61;
}
.c3:hover:enabled:not(:checked) + span::after,
Expand All @@ -98,9 +98,9 @@ exports[`CheckboxMultiselect renders by default 1`] = `
}
.c3:checked + span::after {
background-color: #0CD463;
background-color: #0CCF61;
background-size: 0.625rem;
border-color: #0CD463;
border-color: #0CCF61;
}
.c3[disabled] + span {
Expand Down Expand Up @@ -319,7 +319,7 @@ exports[`CheckboxMultiselect renders with pre-selected value 1`] = `
.c3:hover:enabled:checked + span::before,
.c3:focus:enabled:checked + span::before {
opacity: 0.1;
background-color: #0CD463;
background-color: #0CCF61;
}
.c3:hover:enabled:not(:checked) + span::after,
Expand All @@ -328,9 +328,9 @@ exports[`CheckboxMultiselect renders with pre-selected value 1`] = `
}
.c3:checked + span::after {
background-color: #0CD463;
background-color: #0CCF61;
background-size: 0.625rem;
border-color: #0CD463;
border-color: #0CCF61;
}
.c3[disabled] + span {
Expand Down
Expand Up @@ -12,7 +12,7 @@ exports[`FilterDropdown renders by default 1`] = `
background-color: transparent;
color: #FFFFFF;
padding: 0.125rem 1.25rem 0.125rem 0;
caret-color: #0CD463;
caret-color: #0CCF61;
outline: none;
}
Expand Down
Expand Up @@ -114,7 +114,7 @@ exports[`Form renders a form combo 1`] = `
}
.c7:focus {
border-color: #0CD463;
border-color: #0CCF61;
outline: none;
}
Expand Down Expand Up @@ -292,7 +292,7 @@ exports[`Form renders a form combo without a label 1`] = `
}
.c6:focus {
border-color: #0CD463;
border-color: #0CCF61;
outline: none;
}
Expand Down
Expand Up @@ -20,7 +20,7 @@ exports[`Header - Back renders as a button 1`] = `
}
.c0 > .c1 {
color: #0CD463;
color: #0CCF61;
font-size: 1.5rem;
}
Expand Down Expand Up @@ -84,7 +84,7 @@ exports[`Header - Back renders as a component 1`] = `
}
.c0 > .c1 {
color: #0CD463;
color: #0CCF61;
font-size: 1.5rem;
}
Expand Down Expand Up @@ -148,7 +148,7 @@ exports[`Header - Back renders as an anchor by default 1`] = `
}
.c0 > .c1 {
color: #0CD463;
color: #0CCF61;
font-size: 1.5rem;
}
Expand Down

0 comments on commit 42ce603

Please sign in to comment.