From f9fd648bfa8f01ab5aaabc92ae4d63e063446dfb Mon Sep 17 00:00:00 2001 From: Max Milton Date: Mon, 28 Jun 2021 14:20:14 +1000 Subject: [PATCH] Fix opening settings page --- src/components/Menu.ts | 2 +- src/css/newtab.xcss | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Menu.ts b/src/components/Menu.ts index 27b975270..1153e4d48 100644 --- a/src/components/Menu.ts +++ b/src/components/Menu.ts @@ -22,7 +22,7 @@ const view = h`
- New Tab Settings + New Tab Settings Submit Bug diff --git a/src/css/newtab.xcss b/src/css/newtab.xcss index 104310a1b..46a0a8229 100644 --- a/src/css/newtab.xcss +++ b/src/css/newtab.xcss @@ -7,7 +7,7 @@ --s: 0 2px 4px #00001126; // shadow --b: #23252d; // background --t: #9da5b4; // text - --c1: #2c313a; // bookmark item hover background, hr + --c1: #2c313a; // bookmark node hover background, hr, button border, search input border --c2: #292d35; // bookmarks bar, menu dropdown, "load more" button --c3: #383e4a; // icons, text fallback } @@ -54,6 +54,7 @@ a { overflow: hidden; text-overflow: ellipsis; text-decoration: none; + cursor: pointer; // for menu settings link (without href) &:hover, &:focus {