Skip to content

Commit 0d6f1e4

Browse files
authored
Simplify appearance of internal feedback button (#142)
1 parent 7e54784 commit 0d6f1e4

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

front_end/ui/legacy/toolbar.css

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -569,17 +569,13 @@ devtools-icon.leading-issue-icon {
569569
[aria-label="[FB-only] Send feedback"] {
570570
height: 20px;
571571
padding: 0 4px;
572+
border: 1px solid var(--color-details-hairline);
572573
border-radius: 4px;
573-
background: color-mix(in srgb, var(--color-green) 80%, transparent);
574+
background: transparent;
574575
}
575576

576577
[aria-label="[FB-only] Send feedback"]:hover {
577-
background: color-mix(in srgb, var(--color-green) 90%, transparent);
578-
}
579-
580-
[aria-label="[FB-only] Send feedback"] .toolbar-text,
581-
[aria-label="[FB-only] Send feedback"] .toolbar-glyph {
582-
color: white !important;
578+
background: color-mix(in srgb, var(--app-color-toolbar-background) 95%, black);
583579
}
584580

585581
/* [RN] Customise styling for Fusebox's connection status button */

0 commit comments

Comments
 (0)