Skip to content

Commit

Permalink
Simplify appearance of internal feedback button
Browse files Browse the repository at this point in the history
  • Loading branch information
huntie committed Nov 28, 2024
1 parent 6b80704 commit 3482e37
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions front_end/ui/legacy/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 3482e37

Please sign in to comment.