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 {