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 cfde2bb commit d38a462
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
Expand Up @@ -502,7 +502,7 @@ exports[`Button variants renders as secondary 1`] = `
transition: background-color 0.2s;
white-space: nowrap;
color: #FFFFFF;
background-color: #1A212A;
background-color: #393E47;
font-size: 0.875rem;
line-height: 1.25rem;
height: 2.5rem;
Expand All @@ -517,14 +517,14 @@ exports[`Button variants renders as secondary 1`] = `
.c0.is-hover:not([disabled]),
.c0:hover:not([disabled]) {
background-color: #242D38;
background-color: #454A54;
}
.c0.is-active,
.c0.has-focus,
.c0:active,
.c0:focus {
background-color: #11161D;
background-color: #2D3139;
outline: none;
}
Expand Down Expand Up @@ -1188,7 +1188,7 @@ exports[`Button variants variants MockStates Secondary renders as active 1`] = `
transition: background-color 0.2s;
white-space: nowrap;
color: #FFFFFF;
background-color: #1A212A;
background-color: #393E47;
font-size: 0.875rem;
line-height: 1.25rem;
height: 2.5rem;
Expand All @@ -1203,14 +1203,14 @@ exports[`Button variants variants MockStates Secondary renders as active 1`] = `
.c0.is-hover:not([disabled]),
.c0:hover:not([disabled]) {
background-color: #242D38;
background-color: #454A54;
}
.c0.is-active,
.c0.has-focus,
.c0:active,
.c0:focus {
background-color: #11161D;
background-color: #2D3139;
outline: none;
}
Expand Down Expand Up @@ -1257,7 +1257,7 @@ exports[`Button variants variants MockStates Secondary renders as active 2`] = `
transition: background-color 0.2s;
white-space: nowrap;
color: #FFFFFF;
background-color: #1A212A;
background-color: #393E47;
font-size: 0.875rem;
line-height: 1.25rem;
height: 2.5rem;
Expand All @@ -1272,14 +1272,14 @@ exports[`Button variants variants MockStates Secondary renders as active 2`] = `
.c0.is-hover:not([disabled]),
.c0:hover:not([disabled]) {
background-color: #242D38;
background-color: #454A54;
}
.c0.is-active,
.c0.has-focus,
.c0:active,
.c0:focus {
background-color: #11161D;
background-color: #2D3139;
outline: none;
}
Expand Down Expand Up @@ -1326,7 +1326,7 @@ exports[`Button variants variants MockStates Secondary renders with hover 1`] =
transition: background-color 0.2s;
white-space: nowrap;
color: #FFFFFF;
background-color: #1A212A;
background-color: #393E47;
font-size: 0.875rem;
line-height: 1.25rem;
height: 2.5rem;
Expand All @@ -1341,14 +1341,14 @@ exports[`Button variants variants MockStates Secondary renders with hover 1`] =
.c0.is-hover:not([disabled]),
.c0:hover:not([disabled]) {
background-color: #242D38;
background-color: #454A54;
}
.c0.is-active,
.c0.has-focus,
.c0:active,
.c0:focus {
background-color: #11161D;
background-color: #2D3139;
outline: none;
}
Expand Down Expand Up @@ -1395,7 +1395,7 @@ exports[`Button variants variants MockStates Secondary renders with hover 2`] =
transition: background-color 0.2s;
white-space: nowrap;
color: #FFFFFF;
background-color: #1A212A;
background-color: #393E47;
font-size: 0.875rem;
line-height: 1.25rem;
height: 2.5rem;
Expand All @@ -1410,14 +1410,14 @@ exports[`Button variants variants MockStates Secondary renders with hover 2`] =
.c0.is-hover:not([disabled]),
.c0:hover:not([disabled]) {
background-color: #242D38;
background-color: #454A54;
}
.c0.is-active,
.c0.has-focus,
.c0:active,
.c0:focus {
background-color: #11161D;
background-color: #2D3139;
outline: none;
}
Expand Down
Expand Up @@ -36,14 +36,14 @@ exports[`ChangePageSize renders correctly 1`] = `
.c1.is-hover:not([disabled]),
.c1:hover:not([disabled]) {
background-color: #242D38;
background-color: #454A54;
}
.c1.is-active,
.c1.has-focus,
.c1:active,
.c1:focus {
background-color: #11161D;
background-color: #2D3139;
outline: none;
}
Expand Down
Expand Up @@ -424,14 +424,14 @@ exports[`Pagination renders correctly with "change page size" section 1`] = `
.c6.is-hover:not([disabled]),
.c6:hover:not([disabled]) {
background-color: #242D38;
background-color: #454A54;
}
.c6.is-active,
.c6.has-focus,
.c6:active,
.c6:focus {
background-color: #11161D;
background-color: #2D3139;
outline: none;
}
Expand Down

0 comments on commit d38a462

Please sign in to comment.