no btn highlight filetree
This commit is contained in:
@@ -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>
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user