File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 33
33
rel ="stylesheet "
34
34
href ="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined&display=swap "
35
35
/>
36
+ <!-- dsd-pending hides body until the polyfill has run on browsers that do not support DSD -->
37
+ < style >
38
+ body [dsd-pending ] {
39
+ display : none;
40
+ }
41
+ </ style >
36
42
<!-- If JS is disabled just show the contents without the polyfill -->
37
43
< noscript
38
44
> < style >
44
50
<!-- Allows sub-templates to insert into the head -->
45
51
{% block head %}{% endblock %}
46
52
</ head >
47
- <!-- dsd-pending hides body until the polyfill has run on browsers that do not support DSD -->
48
53
< body dsd-pending >
49
54
<!-- Inlines the declarative shadow dom polyfill for FF since it's performance sensitive -->
50
55
{% inlinejs "ssr-utils/dsd-polyfill.js" %}
You can’t perform that action at this time.
0 commit comments