mirror of
https://github.com/wassname/template.git
synced 2026-07-23 13:10:27 +08:00
Style fixes and cleanup for appendix
This commit is contained in:
@@ -48,7 +48,7 @@ span {
|
||||
|
||||
<div class="container">
|
||||
<div id="hover-box" class="dt-hover-box">
|
||||
<slot></slot>
|
||||
<slot id="slot"></slot>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -77,6 +77,7 @@ export class Footnote extends T(HTMLElement) {
|
||||
connectedCallback() {
|
||||
// listen and notify about changes to slotted content
|
||||
// const slot = this.shadowRoot.querySelector('#slot');
|
||||
// console.warn(slot.textContent);
|
||||
// slot.addEventListener('slotchange', this.notify);
|
||||
|
||||
// create numeric ID
|
||||
|
||||
Reference in New Issue
Block a user