diff --git a/package.json b/package.json index ded707c..1bf6531 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "testpilot-containers", "title": "Multi-Account Containers", "description": "Containers helps you keep all the parts of your online life contained in different tabs. Custom labels and color-coded tabs help keep different activities — like online shopping, travel planning, or checking work email — separate.", - "version": "6.2.1", + "version": "6.2.2", "author": "Andrea Marchesini, Luke Crouch and Jonathan Kingston", "bugs": { "url": "https://github.com/mozilla/multi-account-containers/issues" @@ -37,6 +37,7 @@ }, "scripts": { "build": "npm test && cd src && web-ext build --overwrite-dest", + "webext": "web-ext run -s src/", "lint": "npm-run-all lint:*", "lint:addon": "addons-linter src --self-hosted", "lint:css": "stylelint src/css/*.css", diff --git a/src/css/popup.css b/src/css/popup.css index 2ffbce5..3ce65aa 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -390,6 +390,11 @@ table { background-color: #0675d3; } +.onboarding-button:focus, +.half-onboarding-button:focus { + box-shadow: 0 0 0 1px #0a84ff inset, 0 0 0 1px #0a84ff, 0 0 0 4px rgba(10, 132, 255, 0.3); +} + /* Pop buttons are the square shaped buttons used to manage things like container crud */ .pop-button { diff --git a/src/js/popup.js b/src/js/popup.js index b93981d..92f54b4 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -633,14 +633,6 @@ Logic.registerPanel(P_CONTAINERS_LIST, { case 38: previous(); break; - case 13: { - const panel = Logic.getCurrentPanelElement(); - const button = panel.getElementsByTagName("A")[0]; - if(button) { - button.click(); - } - break; - } case 39: { const showTabs = element.parentNode.querySelector(".show-tabs"); diff --git a/src/manifest.json b/src/manifest.json index e88af90..4c1480f 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Firefox Multi-Account Containers", - "version": "6.2.1", + "version": "6.2.2", "incognito": "not_allowed", "description": "Multi-Account Containers helps you keep all the parts of your online life contained in different tabs. Custom labels and color-coded tabs help keep different activities — like online shopping, travel planning, or checking work email — separate.", "icons": { diff --git a/src/popup.html b/src/popup.html index 1497212..813a02d 100644 --- a/src/popup.html +++ b/src/popup.html @@ -13,7 +13,7 @@
Use containers to organize tasks, manage accounts, and keep your focus where you want it.
- Get Started + Get StartedUse containers to organize tasks, manage accounts, and store sensitive data.
- Get Started + Get StartedClick Sign In to confirm that your Firefox Account is active.