From 1abc781f23db6964b470deaf48837baf2425e644 Mon Sep 17 00:00:00 2001 From: Lauren Hirata Singh Date: Tue, 14 Oct 2025 12:19:14 -0400 Subject: [PATCH] fix button --- src/style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/style.css b/src/style.css index e6d4b9f22..a46433993 100644 --- a/src/style.css +++ b/src/style.css @@ -64,11 +64,9 @@ button.version-picker-button span { } -/* Hide arrow in buttons with bg-primary-dark */ -button:has(.bg-primary-dark) svg path[d="M0 0L3 3L0 6"], -.group:has(.bg-primary-dark) svg path[d="M0 0L3 3L0 6"], -button:has(.bg-primary-dark) svg, -.group:has(.bg-primary-dark) svg { +/* Hide arrow in topbar CTA button */ +#topbar-cta-button svg, +#topbar-cta-button svg path { display: none !important; }