From 47f9d1142aeb452021412987855dfd19c97c10e3 Mon Sep 17 00:00:00 2001 From: Afdzal Yunus <53261024+bearoxo@users.noreply.github.com> Date: Sun, 10 Sep 2023 01:56:17 +0800 Subject: [PATCH] Remove pointer cursor from app logo --- src/settings.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/settings.ts b/src/settings.ts index 5febee6..95352b9 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -62,6 +62,9 @@ html > body > div:first-child > header:first-child > div > div:first-child > div html > body > div:first-child > header:first-child > div:nth-child(2) > div:first-child > div:first-child, html > body > div:first-child > header:first-child > div:nth-child(2) > div:nth-child(3) > div:first-child > div:first-child > div:first-child { display: none !important; +} +html > body > div:first-child > header:first-child > div > div:first-child > div > div:first-child > a:first-child { + cursor: default; }` }, "todoist": {