We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991c0b1 commit 200c234Copy full SHA for 200c234
1 file changed
utils/editors/html/editors-hdr/v2.0/editors-hdr-v2.0.html
@@ -25,7 +25,7 @@
25
.item-label
26
{}
27
28
- ::slotted(.title)
+ ::slotted([slot=title])
29
{text-align:center;position:absolute;left:0;right:0;top:0px;z-index:-1;margin:0 auto}
30
31
::slotted([slot=version])
@@ -50,7 +50,7 @@
50
<section>
51
52
<slot name=seo-hdr class=visually-hidden></slot>
53
- <slot></slot>
+ <slot name=title></slot>
54
55
<div class=item>
56
0 commit comments