Changes between Initial Version and Version 1 of Ticket #47153, comment 79
- Timestamp:
- 10/21/2019 06:20:31 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47153, comment 79
initial v1 1 1 The new select styling has the default border radius of select elements as 3px instead of 4px. I see it’s gone back and forth, but I’m not sure why 3px was decided on. 2 2 3 All of the border radii styling in WordPress Admin are a bit scattered, between 4px and 6px in my searching, but 3px seems exclusive to bulk actions and filters, with everything else (inputs, buttons, text areas) defaulting to 4px and being adjusted up or down everywhere else.3 All of the border radii styling in WordPress Admin are a bit scattered, between 3px and 6px in my searching, but 3px seems exclusive to bulk actions and filters, with everything else (inputs, buttons, text areas) defaulting to 4px and being adjusted up or down everywhere else. 4 4 5 5 Recommend to reopen this and/or change the default border radius to 4px for all select elements, and reduce where needed, to match all other matching form field styling.