Skip to content

Commit f6bc079

Browse files
authored
Merge pull request #53151 from Urvashi0109/merged-main-dev-1.35
Merge main branch into dev-1.35
2 parents 5df0293 + edb35d8 commit f6bc079

File tree

142 files changed

+3557
-2012
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+3557
-2012
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ nohup.out
3838
# Generated files when building with make container-build
3939
.config/
4040
.npm/
41+
42+
# Local Netlify folder
43+
.netlify

assets/scss/_custom.scss

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,12 +1541,6 @@ body.td-documentation {
15411541
text-decoration: none !important;
15421542
}
15431543

1544-
@media print {
1545-
/* Do not print announcements */
1546-
#announcement {
1547-
display: none;
1548-
}
1549-
}
15501544

15511545
/* Announcements */
15521546

@@ -1664,6 +1658,17 @@ html.no-js body div#announcement {
16641658
}
16651659
}
16661660

1661+
@media print {
1662+
/* Do not print announcements */
1663+
#announcement {
1664+
display: none;
1665+
}
1666+
1667+
#announcement.display-announcement {
1668+
display: none;
1669+
}
1670+
}
1671+
16671672
figure {
16681673
> figcaption {
16691674
padding-top: 1em;
Lines changed: 26 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)