From 3482e371f66c3f7545eb914d31c3fd4a20d037e8 Mon Sep 17 00:00:00 2001 From: Alex Hunt Date: Thu, 28 Nov 2024 14:36:30 +0000 Subject: [PATCH] Simplify appearance of internal feedback button --- front_end/ui/legacy/toolbar.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/front_end/ui/legacy/toolbar.css b/front_end/ui/legacy/toolbar.css index e7e8ecc4f70..447f2563869 100644 --- a/front_end/ui/legacy/toolbar.css +++ b/front_end/ui/legacy/toolbar.css @@ -569,17 +569,13 @@ devtools-icon.leading-issue-icon { [aria-label="[FB-only] Send feedback"] { height: 20px; padding: 0 4px; + border: 1px solid var(--color-details-hairline); border-radius: 4px; - background: color-mix(in srgb, var(--color-green) 80%, transparent); + background: transparent; } [aria-label="[FB-only] Send feedback"]:hover { - background: color-mix(in srgb, var(--color-green) 90%, transparent); -} - -[aria-label="[FB-only] Send feedback"] .toolbar-text, -[aria-label="[FB-only] Send feedback"] .toolbar-glyph { - color: white !important; + background: color-mix(in srgb, var(--app-color-toolbar-background) 95%, black); } /* [RN] Customise styling for Fusebox's connection status button */