From 8b069b2873a6fa1fe38e462ddc4ea4a4cf2a6f00 Mon Sep 17 00:00:00 2001 From: Sophie Schneider Date: Wed, 16 Aug 2023 11:19:35 -0400 Subject: [PATCH] [Connected] Consolidate se23 logic and styles (#10068) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### WHY are these changes introduced? Resolves https://github.com/Shopify/polaris/issues/9929 ### WHAT is this pull request doing? Consolidates se23 beta styles for `Connected` (used for. connected text fields) ### How to 🎩 Compare and make sure they are identical: * This PR's [Storybook]() * [Production Storybook](https://storybook.polaris.shopify.com/?path=/story/all-components-textfield--with-connected-fields&globals=polarisSummerEditions2023:true) --- polaris-react/src/components/Connected/Connected.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/polaris-react/src/components/Connected/Connected.scss b/polaris-react/src/components/Connected/Connected.scss index 9a10b227d83..207738e2722 100644 --- a/polaris-react/src/components/Connected/Connected.scss +++ b/polaris-react/src/components/Connected/Connected.scss @@ -8,10 +8,7 @@ // stylelint-enable position: relative; display: flex; - - #{$se23} & { - align-items: center; - } + align-items: center; } .Item {