From 96e41198ecaf03a68e07e8058375722c9bde82aa Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 3 Jan 2023 14:24:27 -0500 Subject: [PATCH] remove comment --- src/components/select/select.styles.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/select/select.styles.ts b/src/components/select/select.styles.ts index f9c896ea6..340441864 100644 --- a/src/components/select/select.styles.ts +++ b/src/components/select/select.styles.ts @@ -304,7 +304,6 @@ export default css` max-height: var(--auto-size-available-height); } - /* Slotted content */ .select__listbox::slotted(sl-divider) { --spacing: var(--sl-spacing-x-small); }