From afcead634b24c49bcb700c2f7cb18d3e8aaf5891 Mon Sep 17 00:00:00 2001 From: David Ralph Date: Fri, 20 Aug 2021 19:20:59 +0100 Subject: [PATCH] fix: text shadow and chrome manifest --- manifest/background-chrome.js | 2 +- src/components/widgets/quicklinks/quicklinks.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest/background-chrome.js b/manifest/background-chrome.js index 35a4b9d0..569cc7c9 100644 --- a/manifest/background-chrome.js +++ b/manifest/background-chrome.js @@ -4,7 +4,7 @@ chrome.runtime.setUninstallURL('https://muetab.com/uninstall'); chrome.runtime.onInstalled.addListener((details) => { if (details.reason === 'install') { chrome.tabs.create({ - url: chromeruntime.getURL('index.html') + url: chrome.runtime.getURL('index.html') }); } }); diff --git a/src/components/widgets/quicklinks/quicklinks.scss b/src/components/widgets/quicklinks/quicklinks.scss index 95f9a916..42828edd 100644 --- a/src/components/widgets/quicklinks/quicklinks.scss +++ b/src/components/widgets/quicklinks/quicklinks.scss @@ -53,6 +53,7 @@ textarea { margin: 0; cursor: initial; user-select: none; + text-shadow: none; } p {