From 3511a60b93a7d045abacdbebbcee2fb32734cf35 Mon Sep 17 00:00:00 2001 From: Lindsay M <126139086+lindsaym-fa@users.noreply.github.com> Date: Wed, 8 Jan 2025 12:04:22 -0500 Subject: [PATCH] Fix missing select styles, improve consistency (#450) * Refactor for consistency, fix missing theme styles * Remove unused custom properties from docs * Add missing custom property to docs * Add UI test case --- docs/docs/experimental/sandbox.md | 32 +++++++++++++++++++- src/components/input/input.ts | 1 + src/components/select/select.ts | 2 -- src/components/textarea/textarea.ts | 2 -- src/styles/native/select.css | 46 ++++++++++++++++------------- 5 files changed, 57 insertions(+), 26 deletions(-) diff --git a/docs/docs/experimental/sandbox.md b/docs/docs/experimental/sandbox.md index b60edb262..39617cfc5 100644 --- a/docs/docs/experimental/sandbox.md +++ b/docs/docs/experimental/sandbox.md @@ -172,7 +172,7 @@ layout: page-outline
``` -## Tests +## Alignment Tests ```html {.example}