From 40ec9b5b745a6374fae417131428f86e43693663 Mon Sep 17 00:00:00 2001 From: Daniel Lu Date: Wed, 13 Aug 2025 11:17:34 -0700 Subject: [PATCH] fix: Get rid of erroneous dropdown outline when opening Picker via click --- packages/@react-spectrum/s2/src/ComboBox.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/@react-spectrum/s2/src/ComboBox.tsx b/packages/@react-spectrum/s2/src/ComboBox.tsx index f2ebd0b2526..3483e9eb1bf 100644 --- a/packages/@react-spectrum/s2/src/ComboBox.tsx +++ b/packages/@react-spectrum/s2/src/ComboBox.tsx @@ -209,7 +209,8 @@ export let listbox = style<{size: 'S' | 'M' | 'L' | 'XL'}>({ overflowY: 'auto', overflowX: 'hidden', fontFamily: 'sans', - fontSize: controlFont() + fontSize: controlFont(), + outlineStyle: 'none' }); export let listboxItem = style({