From c9ee3c1787948d5459a0ec7f182f87cbcaead38b Mon Sep 17 00:00:00 2001 From: Harum Helmy Date: Mon, 24 Aug 2020 16:20:18 -0400 Subject: [PATCH 1/2] Remove banner soliciting feedback --- src/components/header-bar.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/components/header-bar.js b/src/components/header-bar.js index 391b323..8c96152 100644 --- a/src/components/header-bar.js +++ b/src/components/header-bar.js @@ -176,16 +176,6 @@ export default function HeaderBar({ onClickMenuButton, closeGap }) { )} - {/* TODO link to feedback form */} -
- - Give Feedback - -
); } From 019cbcd5e6f8e960e653fe3e89e88893ada405df Mon Sep 17 00:00:00 2001 From: Harum Helmy Date: Mon, 24 Aug 2020 16:28:06 -0400 Subject: [PATCH 2/2] removed feedback banner styling --- src/components/header-bar.css | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/src/components/header-bar.css b/src/components/header-bar.css index eba291f..b8bd9da 100644 --- a/src/components/header-bar.css +++ b/src/components/header-bar.css @@ -28,30 +28,6 @@ } } - & .header-bar__give-feedback { - position: fixed; - font: var(--ui-basic-font); - line-height: 1.25em; - background-color: var(--prereview-red); - color: white; - text-shadow: 0px 0px 10px #eb0000; /* improve contrast for accessability */ - right: 0px; - bottom: var(--xlgrd); - width: 56px; - padding: var(--xsgrd); - padding-right: var(--mgrd); - border-top-left-radius: var(--xsgrd); - border-bottom-left-radius: var(--xsgrd); - box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); - & :any-link { - color: white; - text-decoration: none; - &:hover { - text-decoration: underline; - } - } - } - /* the hamburder is only visible on narrow screens */ & .header-bar__menu-button { display: none;