Add CSS appearance: base-select support for customizable select dropdowns#123
Merged
Conversation
✅ Deploy Preview for hd-gradients ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Co-authored-by: argyleink <1134620+argyleink@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update customizable select styles for app design
Add CSS appearance: base-select styling for customizable select elements
Jan 29, 2026
Copilot stopped work on behalf of
argyleink due to an error
January 29, 2026 07:20
Co-authored-by: argyleink <1134620+argyleink@users.noreply.github.com>
Co-authored-by: argyleink <1134620+argyleink@users.noreply.github.com>
Copilot
AI
changed the title
Add CSS appearance: base-select styling for customizable select elements
Add base-select styling and fix overflow blocking anchor positioning
Jan 29, 2026
Co-authored-by: argyleink <1134620+argyleink@users.noreply.github.com>
Copilot
AI
changed the title
Add base-select styling and fix overflow blocking anchor positioning
Add CSS appearance: base-select support with proper activation elements
Jan 30, 2026
Co-authored-by: argyleink <1134620+argyleink@users.noreply.github.com>
Copilot
AI
changed the title
Add CSS appearance: base-select support with proper activation elements
Add CSS appearance: base-select support for customizable select dropdowns
Jan 30, 2026
Co-authored-by: argyleink <1134620+argyleink@users.noreply.github.com>
Co-authored-by: argyleink <1134620+argyleink@users.noreply.github.com>
Co-authored-by: argyleink <1134620+argyleink@users.noreply.github.com>
Co-authored-by: argyleink <1134620+argyleink@users.noreply.github.com>
…ect mode Co-authored-by: argyleink <1134620+argyleink@users.noreply.github.com>
…dlers Co-authored-by: argyleink <1134620+argyleink@users.noreply.github.com>
Co-authored-by: argyleink <1134620+argyleink@users.noreply.github.com>
Co-authored-by: argyleink <1134620+argyleink@users.noreply.github.com>
Co-authored-by: argyleink <1134620+argyleink@users.noreply.github.com>
argyleink
approved these changes
Jan 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements the new CSS customizable select spec (
appearance: base-select) with styled dropdowns matching the app's design system when supported.HTML Structure
<button><selectedcontent></selectedcontent></button>inside selects (required by spec for popover activation)aria-hidden="true"to action menu options<hr>separators from action menusCSS (
@supports (appearance: base-select))::picker(select)—--shadow-6, surface colors,--radius-2, fade+scale transitions via@starting-style::picker-icon— hiddenoption::checkmark—order: 2for inline-end positioningoption[disabled]— hiddenoption—gap: var(--size-3); padding: var(--size-2)overflow: hidden→overflow: clipon ancestors for anchor positioningSvelte Reactivity
Base-select's popover doesn't trigger Svelte's binding detection. Added explicit
oninputhandlers:Action Button Selects
.global-actions,.layer-actions,.stop-actionsselects useopacity: 0; inset: 0; padding: 0to fit parent and let background icon show through.💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.