Skip to content

Commit

Permalink
FIX snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 6, 2019
1 parent 13e42fd commit ddad046
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 59 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2420,6 +2420,7 @@ exports[`Storyshots Basics|Placeholder twoChildren 1`] = `
-webkit-text-decoration: none;
text-decoration: none;
color: #1EA7FD;
color: #999999;
}
.emotion-2 svg path {
Expand Down Expand Up @@ -2455,6 +2456,26 @@ exports[`Storyshots Basics|Placeholder twoChildren 1`] = `
margin-right: 0.4em;
}
.emotion-2 svg path {
fill: #999999;
}
.emotion-2:hover {
color: #666666;
}
.emotion-2:hover svg path {
fill: #666666;
}
.emotion-2:active {
color: #444444;
}
.emotion-2:active svg path {
fill: #444444;
}
.emotion-4 {
padding: 30px;
text-align: center;
Expand All @@ -2473,6 +2494,7 @@ exports[`Storyshots Basics|Placeholder twoChildren 1`] = `
-webkit-text-decoration: none;
text-decoration: none;
color: #1EA7FD;
color: #999999;
}
.emotion-2 svg path {
Expand Down Expand Up @@ -2508,6 +2530,26 @@ exports[`Storyshots Basics|Placeholder twoChildren 1`] = `
margin-right: 0.4em;
}
.emotion-2 svg path {
fill: #999999;
}
.emotion-2:hover {
color: #666666;
}
.emotion-2:hover svg path {
fill: #666666;
}
.emotion-2:active {
color: #444444;
}
.emotion-2:active svg path {
fill: #444444;
}
<div
class="emotion-4"
>
Expand Down
76 changes: 17 additions & 59 deletions lib/ui/src/settings/__snapshots__/about.stories.storyshot
Original file line number Diff line number Diff line change
Expand Up @@ -195,48 +195,6 @@ exports[`Storyshots UI|Settings/AboutScreen failed to fetch new version 1`] = `
width: 15px;
}

.emotion-14 {
display: inline-block;
-webkit-transition: all 150ms ease-out;
transition: all 150ms ease-out;
-webkit-text-decoration: none;
text-decoration: none;
color: #1EA7FD;
}

.emotion-14 svg path {
fill: #1EA7FD;
}

.emotion-14:hover,
.emotion-14:focus {
cursor: pointer;
color: #0297f5;
}

.emotion-14:hover svg path,
.emotion-14:focus svg path {
fill: #0297f5;
}

.emotion-14:active {
color: #028ee6;
}

.emotion-14:active svg path {
fill: #028ee6;
}

.emotion-14 svg {
display: inline-block;
height: 1em;
width: 1em;
vertical-align: text-top;
position: relative;
bottom: -0.125em;
margin-right: 0.4em;
}

.emotion-22 {
display: -webkit-box;
display: -webkit-flex;
Expand All @@ -252,7 +210,7 @@ exports[`Storyshots UI|Settings/AboutScreen failed to fetch new version 1`] = `
margin-left: 20px;
}

.emotion-17 {
.emotion-14 {
display: inline-block;
-webkit-transition: all 150ms ease-out;
transition: all 150ms ease-out;
Expand All @@ -262,30 +220,30 @@ exports[`Storyshots UI|Settings/AboutScreen failed to fetch new version 1`] = `
color: #999999;
}

.emotion-17 svg path {
.emotion-14 svg path {
fill: #1EA7FD;
}

.emotion-17:hover,
.emotion-17:focus {
.emotion-14:hover,
.emotion-14:focus {
cursor: pointer;
color: #0297f5;
}

.emotion-17:hover svg path,
.emotion-17:focus svg path {
.emotion-14:hover svg path,
.emotion-14:focus svg path {
fill: #0297f5;
}

.emotion-17:active {
.emotion-14:active {
color: #028ee6;
}

.emotion-17:active svg path {
.emotion-14:active svg path {
fill: #028ee6;
}

.emotion-17 svg {
.emotion-14 svg {
display: inline-block;
height: 1em;
width: 1em;
Expand All @@ -295,23 +253,23 @@ exports[`Storyshots UI|Settings/AboutScreen failed to fetch new version 1`] = `
margin-right: 0.4em;
}

.emotion-17 svg path {
.emotion-14 svg path {
fill: #999999;
}

.emotion-17:hover {
.emotion-14:hover {
color: #666666;
}

.emotion-17:hover svg path {
.emotion-14:hover svg path {
fill: #666666;
}

.emotion-17:active {
.emotion-14:active {
color: #444444;
}

.emotion-17:active svg path {
.emotion-14:active svg path {
fill: #444444;
}

Expand Down Expand Up @@ -543,7 +501,7 @@ exports[`Storyshots UI|Settings/AboutScreen failed to fetch new version 1`] = `
class="emotion-22"
>
<a
class="emotion-17"
class="emotion-14"
href="https://storybook.js.org"
target="_blank"
>
Expand All @@ -554,7 +512,7 @@ exports[`Storyshots UI|Settings/AboutScreen failed to fetch new version 1`] = `
</span>
</a>
<a
class="emotion-17"
class="emotion-14"
href="https://github.com/storybooks/storybook"
target="_blank"
>
Expand All @@ -565,7 +523,7 @@ exports[`Storyshots UI|Settings/AboutScreen failed to fetch new version 1`] = `
</span>
</a>
<a
class="emotion-17"
class="emotion-14"
href="https://storybook.js.org/support"
target="_blank"
>
Expand Down

0 comments on commit ddad046

Please sign in to comment.