Fix toggle behavior and add styling to Feathers Radio Buttons#23869
Merged
alice-i-cecile merged 13 commits intobevyengine:mainfrom Apr 19, 2026
Merged
Fix toggle behavior and add styling to Feathers Radio Buttons#23869alice-i-cecile merged 13 commits intobevyengine:mainfrom
alice-i-cecile merged 13 commits intobevyengine:mainfrom
Conversation
viridia
approved these changes
Apr 18, 2026
This comment was marked as resolved.
This comment was marked as resolved.
alice-i-cecile
approved these changes
Apr 19, 2026
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Apr 19, 2026
# Objective Continuation of #23820, #23830, #23869 This adds style tokens to the slider, and adds Pressed events to do so. ## Showcase No visual change aside from adding hover and pressed style tokens. <img width="373" height="35" alt="Screenshot 2026-04-18 at 8 05 17 PM" src="https://github.com/user-attachments/assets/d9fb38f2-10d9-437d-b776-e6d74fdc3756" />
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.
Objective
Continuation of #23820 and #23830
This fixes the clicking behavior to toggle on mouse-release, or on mouse-press with the
ActivateOnPresscomponent. More styling tokens are also added for transition states.Showcase
Before
After
(Not pictured: new intermediate styling for mouse press)