diff --git a/webextension/css/popup.css b/webextension/css/popup.css index bad469d..3c8f79b 100644 --- a/webextension/css/popup.css +++ b/webextension/css/popup.css @@ -79,7 +79,6 @@ table { table.unstriped tbody tr { border-bottom: 1px solid #f1f1f1; background-color: #fefefe; - cursor: pointer; } .userContext-icon { diff --git a/webextension/js/popup.js b/webextension/js/popup.js index 359d567..297fcec 100644 --- a/webextension/js/popup.js +++ b/webextension/js/popup.js @@ -330,7 +330,6 @@ Logic.registerPanel(P_CONTAINERS_EDIT, { Logic.identities().forEach(identity => { let tr = document.createElement("tr"); fragment.appendChild(tr); - tr.classList.add("clickable"); tr.innerHTML = `
+ class="icon edit-container-icon clickable" /> `; diff --git a/webextension/popup.html b/webextension/popup.html index 2c961ce..856f583 100644 --- a/webextension/popup.html +++ b/webextension/popup.html @@ -57,10 +57,10 @@

-
+
Hide Container iconHide this container
-
+
Move tabs to a new window