Remove user-select, use href to prevent select-all behavior on fast settings clicks, bump version
This commit is contained in:
parent
cc3b476f51
commit
583be74e1b
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Octotree",
|
"name": "Octotree",
|
||||||
"version": "1.5.1",
|
"version": "1.5.2",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"author": "Buu Nguyen",
|
"author": "Buu Nguyen",
|
||||||
"description": "Display GitHub code in tree format",
|
"description": "Display GitHub code in tree format",
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"icon": "data/icons/icon48.png",
|
"icon": "data/icons/icon48.png",
|
||||||
"icon64": "data/icons/icon64.png",
|
"icon64": "data/icons/icon64.png",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "1.5.1",
|
"version": "1.5.2",
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"cross-domain-content": ["https://api.github.com", "https://github.com"]
|
"cross-domain-content": ["https://api.github.com", "https://github.com"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<div>
|
<div>
|
||||||
<nav class="octotree_sidebar">
|
<nav class="octotree_sidebar">
|
||||||
<a class="octotree_toggle button"><div class="loader"></div><span></span></a>
|
<a class="octotree_toggle button"><div class="loader"></div><span></span></a>
|
||||||
<a class="octotree_opts"><span></span></a>
|
<a class="octotree_opts" href="javascript:void(0)"><span></span></a>
|
||||||
<div class="octotree_views">
|
<div class="octotree_views">
|
||||||
<div class="octotree_view octotree_treeview current">
|
<div class="octotree_view octotree_treeview current">
|
||||||
<div class="octotree_view_header"></div>
|
<div class="octotree_view_header"></div>
|
||||||
|
|
Loading…
Reference in New Issue