Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 7ff7b7f

Browse files
tyreerRobert Tyree
authored and
Robert Tyree
committed
fix: update Jets snapshots related to enabling GlobalHeader on mobile views
1 parent 16f614f commit 7ff7b7f

File tree

6 files changed

+48
-56
lines changed

6 files changed

+48
-56
lines changed

src/components/__tests__/__snapshots__/Header.spec.js.snap

+6-7
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,20 @@ Array [
99
position: sticky;
1010
top: 0;
1111
z-index: 80;
12-
position: static;
12+
z-index: 1000000;
1313
}
1414
1515
.dark-mode .emotion-32 {
1616
background-color: var(--color-dark-100);
1717
}
1818
19-
.emotion-32 a {
20-
border-bottom: none;
19+
.emotion-32 ul {
20+
line-height: 14px;
21+
font-size: 16px;
2122
}
2223
23-
@media screen and (max-width:480px) {
24-
.emotion-32 {
25-
display: none;
26-
}
24+
.emotion-32 a {
25+
border-bottom: none;
2726
}
2827
2928
.emotion-31 {

src/pages/__tests__/__snapshots__/collection.spec.js.snap

+6-7
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,20 @@ exports[`Data Collection Agents Page Renders correctly 1`] = `
88
position: sticky;
99
top: 0;
1010
z-index: 80;
11-
position: static;
11+
z-index: 1000000;
1212
}
1313
1414
.dark-mode .emotion-32 {
1515
background-color: var(--color-dark-100);
1616
}
1717
18-
.emotion-32 a {
19-
border-bottom: none;
18+
.emotion-32 ul {
19+
line-height: 14px;
20+
font-size: 16px;
2021
}
2122
22-
@media screen and (max-width:480px) {
23-
.emotion-32 {
24-
display: none;
25-
}
23+
.emotion-32 a {
24+
border-bottom: none;
2625
}
2726
2827
.emotion-31 {

src/pages/__tests__/__snapshots__/external-projects.spec.js.snap

+6-7
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,20 @@ exports[`External Projects Page Renders correctly 1`] = `
88
position: sticky;
99
top: 0;
1010
z-index: 80;
11-
position: static;
11+
z-index: 1000000;
1212
}
1313
1414
.dark-mode .emotion-34 {
1515
background-color: var(--color-dark-100);
1616
}
1717
18-
.emotion-34 a {
19-
border-bottom: none;
18+
.emotion-34 ul {
19+
line-height: 14px;
20+
font-size: 16px;
2021
}
2122
22-
@media screen and (max-width:480px) {
23-
.emotion-34 {
24-
display: none;
25-
}
23+
.emotion-34 a {
24+
border-bottom: none;
2625
}
2726
2827
.emotion-33 {

src/pages/__tests__/__snapshots__/index.spec.js.snap

+6-7
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,20 @@ exports[`HomePage Renders correctly 1`] = `
88
position: sticky;
99
top: 0;
1010
z-index: 80;
11-
position: static;
11+
z-index: 1000000;
1212
}
1313
1414
.dark-mode .emotion-32 {
1515
background-color: var(--color-dark-100);
1616
}
1717
18-
.emotion-32 a {
19-
border-bottom: none;
18+
.emotion-32 ul {
19+
line-height: 14px;
20+
font-size: 16px;
2021
}
2122
22-
@media screen and (max-width:480px) {
23-
.emotion-32 {
24-
display: none;
25-
}
23+
.emotion-32 a {
24+
border-bottom: none;
2625
}
2726
2827
.emotion-31 {

src/pages/__tests__/__snapshots__/oss-category.spec.js.snap

+6-7
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,20 @@ exports[`OSS Category Page Renders correctly 1`] = `
88
position: sticky;
99
top: 0;
1010
z-index: 80;
11-
position: static;
11+
z-index: 1000000;
1212
}
1313
1414
.dark-mode .emotion-32 {
1515
background-color: var(--color-dark-100);
1616
}
1717
18-
.emotion-32 a {
19-
border-bottom: none;
18+
.emotion-32 ul {
19+
line-height: 14px;
20+
font-size: 16px;
2021
}
2122
22-
@media screen and (max-width:480px) {
23-
.emotion-32 {
24-
display: none;
25-
}
23+
.emotion-32 a {
24+
border-bottom: none;
2625
}
2726
2827
.emotion-31 {

src/templates/__tests__/__snapshots__/external-project-page.spec.js.snap

+18-21
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,20 @@ exports[`Adopt OpenJDK Renders correctly 1`] = `
88
position: sticky;
99
top: 0;
1010
z-index: 80;
11-
position: static;
11+
z-index: 1000000;
1212
}
1313
1414
.dark-mode .emotion-32 {
1515
background-color: var(--color-dark-100);
1616
}
1717
18-
.emotion-32 a {
19-
border-bottom: none;
18+
.emotion-32 ul {
19+
line-height: 14px;
20+
font-size: 16px;
2021
}
2122
22-
@media screen and (max-width:480px) {
23-
.emotion-32 {
24-
display: none;
25-
}
23+
.emotion-32 a {
24+
border-bottom: none;
2625
}
2726
2827
.emotion-31 {
@@ -694,21 +693,20 @@ exports[`Open Telemetry Page Renders correctly 1`] = `
694693
position: sticky;
695694
top: 0;
696695
z-index: 80;
697-
position: static;
696+
z-index: 1000000;
698697
}
699698
700699
.dark-mode .emotion-32 {
701700
background-color: var(--color-dark-100);
702701
}
703702
704-
.emotion-32 a {
705-
border-bottom: none;
703+
.emotion-32 ul {
704+
line-height: 14px;
705+
font-size: 16px;
706706
}
707707
708-
@media screen and (max-width:480px) {
709-
.emotion-32 {
710-
display: none;
711-
}
708+
.emotion-32 a {
709+
border-bottom: none;
712710
}
713711
714712
.emotion-31 {
@@ -1380,21 +1378,20 @@ exports[`W3C Distributed Tracing Working Group Renders correctly 1`] = `
13801378
position: sticky;
13811379
top: 0;
13821380
z-index: 80;
1383-
position: static;
1381+
z-index: 1000000;
13841382
}
13851383
13861384
.dark-mode .emotion-32 {
13871385
background-color: var(--color-dark-100);
13881386
}
13891387
1390-
.emotion-32 a {
1391-
border-bottom: none;
1388+
.emotion-32 ul {
1389+
line-height: 14px;
1390+
font-size: 16px;
13921391
}
13931392
1394-
@media screen and (max-width:480px) {
1395-
.emotion-32 {
1396-
display: none;
1397-
}
1393+
.emotion-32 a {
1394+
border-bottom: none;
13981395
}
13991396
14001397
.emotion-31 {

0 commit comments

Comments
 (0)