Closed (fixed)
Project:
Experience Builder
Version:
0.x-dev
Component:
Semi-Coupled theme engine
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 May 2025 at 20:54 UTC
Updated:
1 Jul 2025 at 15:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
bnjmnmOverview
Proposed resolution
Manual Test
Enable xb_test_state_api module and try the inputs added in this MR
Comment #4
bnjmnmComment #7
bnjmnmThe final form element is de-Radix'd, which should make things easier & more stable 😎
Comment #8
lauriiiThis was a pretty major regression for the styling of the textfields:
Before:

After:

Comment #10
bnjmnmThe mr

3526866-pretty-major-regressionupdated some CSS and here's a comparison of the MR to HEAD.Comment #11
hooroomooI noticed that this focus color for the TextField is different from the focus color of TextAreas. (because text area hasn't been de-radixified yet and I think is just using the color defined in the top level Radix theme wrapper)
Should we make the focus colors be consistent across TextField and TextArea since they were consistent before?
Maybe we can we just change the TextField focus color to be the radix default for now instead of updating an out of scope TextArea here.
Comment #12
hooroomooComment #13
bnjmnmRe #11 There were styles for this but it looks like there were some conflicts with focus-visible vs visible but this should be good now.
Comment #15
hooroomooComment #16
hooroomoo