no btn highlight filetree

master
Bel LaPointe 2022-02-15 14:35:56 -07:00
parent 931c3bdda8
commit 52c882414b
1 changed files with 1 additions and 1 deletions

View File

@ -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>
` `
} }