From ecaa461638b213367ae435e39d36b30057a3aa15 Mon Sep 17 00:00:00 2001 From: Lea Verou Date: Fri, 3 Jan 2025 14:14:39 -0500 Subject: [PATCH] [Select] Remove leftover code, rel #413 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was meant to be deleted, since there’s already `min-height: var(--wa-form-control-height);` above it which already responds to size. --- src/components/select/select.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/select/select.css b/src/components/select/select.css index 2f5760edb..5d963502e 100644 --- a/src/components/select/select.css +++ b/src/components/select/select.css @@ -40,16 +40,12 @@ min-height: var(--wa-form-control-height); :host([size='small']) & { - min-height: var(--wa-form-control-height-s); - &:not(.placeholder-visible *) { padding-block: 2px; } } :host([size='large']) & { - min-height: var(--wa-form-control-height-l); - &:not(.placeholder-visible *) { padding-block: 4px; }