Skip to content

Commit

Permalink
Merge pull request #2347 from ranjan-purbey/main
Browse files Browse the repository at this point in the history
Make "default container" entry keyboard navigable
  • Loading branch information
bakulf committed May 2, 2022
2 parents ba5c58c + a8f2294 commit beb6a40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -1244,6 +1244,7 @@ Logic.registerPanel(REOPEN_IN_CONTAINER_PICKER, {
if (currentTab.cookieStoreId !== "firefox-default") {
const tr = document.createElement("tr");
tr.classList.add("menu-item", "hover-highlight", "keyboard-nav");
tr.setAttribute("tabindex", "0");
const td = document.createElement("td");

td.innerHTML = Utils.escaped`
Expand Down

0 comments on commit beb6a40

Please sign in to comment.