Skip to content

Commit

Permalink
fix: update Jets snapshots related to enabling GlobalHeader on mobile…
Browse files Browse the repository at this point in the history
… views
  • Loading branch information
tyreer authored and Robert Tyree committed Aug 15, 2020
1 parent 16f614f commit 7ff7b7f
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 56 deletions.
13 changes: 6 additions & 7 deletions src/components/__tests__/__snapshots__/Header.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,20 @@ Array [
position: sticky;
top: 0;
z-index: 80;
position: static;
z-index: 1000000;
}
.dark-mode .emotion-32 {
background-color: var(--color-dark-100);
}
.emotion-32 a {
border-bottom: none;
.emotion-32 ul {
line-height: 14px;
font-size: 16px;
}
@media screen and (max-width:480px) {
.emotion-32 {
display: none;
}
.emotion-32 a {
border-bottom: none;
}
.emotion-31 {
Expand Down
13 changes: 6 additions & 7 deletions src/pages/__tests__/__snapshots__/collection.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,20 @@ exports[`Data Collection Agents Page Renders correctly 1`] = `
position: sticky;
top: 0;
z-index: 80;
position: static;
z-index: 1000000;
}
.dark-mode .emotion-32 {
background-color: var(--color-dark-100);
}
.emotion-32 a {
border-bottom: none;
.emotion-32 ul {
line-height: 14px;
font-size: 16px;
}
@media screen and (max-width:480px) {
.emotion-32 {
display: none;
}
.emotion-32 a {
border-bottom: none;
}
.emotion-31 {
Expand Down
13 changes: 6 additions & 7 deletions src/pages/__tests__/__snapshots__/external-projects.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,20 @@ exports[`External Projects Page Renders correctly 1`] = `
position: sticky;
top: 0;
z-index: 80;
position: static;
z-index: 1000000;
}
.dark-mode .emotion-34 {
background-color: var(--color-dark-100);
}
.emotion-34 a {
border-bottom: none;
.emotion-34 ul {
line-height: 14px;
font-size: 16px;
}
@media screen and (max-width:480px) {
.emotion-34 {
display: none;
}
.emotion-34 a {
border-bottom: none;
}
.emotion-33 {
Expand Down
13 changes: 6 additions & 7 deletions src/pages/__tests__/__snapshots__/index.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,20 @@ exports[`HomePage Renders correctly 1`] = `
position: sticky;
top: 0;
z-index: 80;
position: static;
z-index: 1000000;
}
.dark-mode .emotion-32 {
background-color: var(--color-dark-100);
}
.emotion-32 a {
border-bottom: none;
.emotion-32 ul {
line-height: 14px;
font-size: 16px;
}
@media screen and (max-width:480px) {
.emotion-32 {
display: none;
}
.emotion-32 a {
border-bottom: none;
}
.emotion-31 {
Expand Down
13 changes: 6 additions & 7 deletions src/pages/__tests__/__snapshots__/oss-category.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,20 @@ exports[`OSS Category Page Renders correctly 1`] = `
position: sticky;
top: 0;
z-index: 80;
position: static;
z-index: 1000000;
}
.dark-mode .emotion-32 {
background-color: var(--color-dark-100);
}
.emotion-32 a {
border-bottom: none;
.emotion-32 ul {
line-height: 14px;
font-size: 16px;
}
@media screen and (max-width:480px) {
.emotion-32 {
display: none;
}
.emotion-32 a {
border-bottom: none;
}
.emotion-31 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,20 @@ exports[`Adopt OpenJDK Renders correctly 1`] = `
position: sticky;
top: 0;
z-index: 80;
position: static;
z-index: 1000000;
}
.dark-mode .emotion-32 {
background-color: var(--color-dark-100);
}
.emotion-32 a {
border-bottom: none;
.emotion-32 ul {
line-height: 14px;
font-size: 16px;
}
@media screen and (max-width:480px) {
.emotion-32 {
display: none;
}
.emotion-32 a {
border-bottom: none;
}
.emotion-31 {
Expand Down Expand Up @@ -694,21 +693,20 @@ exports[`Open Telemetry Page Renders correctly 1`] = `
position: sticky;
top: 0;
z-index: 80;
position: static;
z-index: 1000000;
}
.dark-mode .emotion-32 {
background-color: var(--color-dark-100);
}
.emotion-32 a {
border-bottom: none;
.emotion-32 ul {
line-height: 14px;
font-size: 16px;
}
@media screen and (max-width:480px) {
.emotion-32 {
display: none;
}
.emotion-32 a {
border-bottom: none;
}
.emotion-31 {
Expand Down Expand Up @@ -1380,21 +1378,20 @@ exports[`W3C Distributed Tracing Working Group Renders correctly 1`] = `
position: sticky;
top: 0;
z-index: 80;
position: static;
z-index: 1000000;
}
.dark-mode .emotion-32 {
background-color: var(--color-dark-100);
}
.emotion-32 a {
border-bottom: none;
.emotion-32 ul {
line-height: 14px;
font-size: 16px;
}
@media screen and (max-width:480px) {
.emotion-32 {
display: none;
}
.emotion-32 a {
border-bottom: none;
}
.emotion-31 {
Expand Down

0 comments on commit 7ff7b7f

Please sign in to comment.