0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-12 05:37:26 +08:00
discourse/app
Kris c69722346c
UX: fix signup form placeholder style (#41235)
There were some issues with placeholder for custom fields in the
modernized foundation change, and this gets them looking correct again.

The multiselect placeholder needs to be in a fixed position like the
date input, to avoid issues with overlapping the default placeholder.
This also fixes the alignment of placeholders for custom text fields.

Before:
<img width="600" alt="image"
src="https://github.com/user-attachments/assets/6f239e04-802b-44ba-ad88-f92180e1bf65"
/>


After:
<img width="600" alt="image"
src="https://github.com/user-attachments/assets/905dc292-519d-4085-a99b-c85f7d28ef87"
/>
2026-06-26 16:53:06 -04:00
..
assets UX: fix signup form placeholder style (#41235) 2026-06-26 16:53:06 -04:00
controllers FEATURE: generated OpenGraph images for topics (#39194) 2026-06-26 10:37:10 -04:00
helpers DEV: Track beacon browser pageviews behind dashboard_improvements (#40934) 2026-06-23 10:21:39 +08:00
jobs FEATURE: generated OpenGraph images for topics (#39194) 2026-06-26 10:37:10 -04:00
mailers FEATURE: Log in with a one-time email code (#40804) 2026-06-17 12:34:48 -07:00
models FEATURE: generated OpenGraph images for topics (#39194) 2026-06-26 10:37:10 -04:00
queries/reports FIX: Enforce can_see_ip checks across admin IP features (#40019) 2026-05-19 11:37:20 +08:00
serializers SECURITY: Prevent expired invite details from leaking (#41184) 2026-06-25 22:01:51 +08:00
services FEATURE: Localizable /about page fields via its settings page (#41123) 2026-06-26 20:41:08 +08:00
views FEATURE: Localizable /about page fields via its settings page (#41123) 2026-06-26 20:41:08 +08:00