no btn highlight filetree
parent
931c3bdda8
commit
52c882414b
|
|
@ -38,7 +38,7 @@
|
||||||
const name=`filetree-leaf-${id}`
|
const name=`filetree-leaf-${id}`
|
||||||
const title=id ? branch.Leaf.Title : "ROOT"
|
const title=id ? branch.Leaf.Title : "ROOT"
|
||||||
return `
|
return `
|
||||||
<a style="flex-grow: 1;" href="${href}"><button style="width: 100%; text-align: left;">${title}</button></a>
|
<a style="flex-grow: 1;" href="${href}"><button style="width: 100%; text-align: left; outline: none;">${title}</button></a>
|
||||||
<button>+</button>
|
<button>+</button>
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue