Commit f25398d
authored
Fix dead space in combobox dropdown (#3186)
This patches up the combobox by adding a pseudo element before the
button, and then makes the button full-height.
Have checked it across browsers and all seems well.
<img width="611" alt="Screen Recording 2026-04-17 at 7 52 43 PM mov"
src="https://github.com/user-attachments/assets/131e2f6d-2cb2-4031-893b-e5fe1f68c3cf"
/>
It was looking a little faint to me, but here's a quick comparison with
the current style:
current:
<img width="611" alt="Screenshot 2026-04-17 at 7 55 56 PM"
src="https://github.com/user-attachments/assets/2ac2935b-2a40-479f-9bf0-75b927a8cde2"
/>
with pseudo element:
<img width="611" alt="Screenshot 2026-04-17 at 7 56 29 PM"
src="https://github.com/user-attachments/assets/d495c546-4e7b-4307-b4db-b08813852af6"
/>
Closes #31851 parent 0e1fef0 commit f25398d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
0 commit comments