Summary
The shared sm_radio control still feels slow to click even when the underlying setting updates quickly.
Root cause
The common radio-group label styling uses a 300ms transition in src/_js/customizer/scss/controls/_radio-group.scss, so every state change animates background, color, and border updates. That adds cosmetic lag to controls like Voice Tuner and Font Sizing even when the checked state itself flips immediately.
Scope
Remove the shared label transition for .sm-radio-group controls, rebuild the Customizer bundle, and verify the interaction feel in both Voice Tuner and Font Sizing.
Summary
The shared sm_radio control still feels slow to click even when the underlying setting updates quickly.
Root cause
The common radio-group label styling uses a 300ms transition in src/_js/customizer/scss/controls/_radio-group.scss, so every state change animates background, color, and border updates. That adds cosmetic lag to controls like Voice Tuner and Font Sizing even when the checked state itself flips immediately.
Scope
Remove the shared label transition for .sm-radio-group controls, rebuild the Customizer bundle, and verify the interaction feel in both Voice Tuner and Font Sizing.