Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion catalog/site/_includes/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined&display=swap"
/>
<!-- dsd-pending hides body until the polyfill has run on browsers that do not support DSD -->
<style>
body[dsd-pending] {
display: none;
}
</style>
<!-- If JS is disabled just show the contents without the polyfill -->
<noscript
><style>
Expand All @@ -44,7 +50,6 @@
<!-- Allows sub-templates to insert into the head -->
{% block head %}{% endblock %}
</head>
<!-- dsd-pending hides body until the polyfill has run on browsers that do not support DSD -->
<body dsd-pending>
<!-- Inlines the declarative shadow dom polyfill for FF since it's performance sensitive -->
{% inlinejs "ssr-utils/dsd-polyfill.js" %}
Expand Down