From 9fb81ed066bae15e50aa64fe6d1438adf9c5d679 Mon Sep 17 00:00:00 2001 From: Orchard Date: Tue, 28 Apr 2026 20:18:54 +0800 Subject: [PATCH] fix: normalize arrow to match macOS WebKit style. */ -const webSelectStyle: React.CSSProperties | undefined = !isDesktop() - ? { - appearance: "none", - backgroundImage: `url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12'%3E%3Cpath d='M4 1L7 4.5H1Z' fill='%23888'/%3E%3Cpath d='M4 11L1 7.5H7Z' fill='%23888'/%3E%3C/svg%3E")`, - backgroundRepeat: "no-repeat", - backgroundPosition: "right 8px center", - paddingRight: "24px", - } - : undefined; - -/** Extra classes for web to compensate for Chrome vs WebKit rendering differences. */ -const web = !isDesktop(); +/** Normalize