#49710 closed enhancement (fixed)
Twenty Twenty: Button block forces All Capital letters
Reported by: | ianbelanger | Owned by: | ianbelanger |
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | css | Cc: |
Description
Currently the button block in Twenty Twenty is forced to be All Caps. This should be changed so that the user can choose whether or not to use capital letters in a button.
Initially reported on GitHub by @paaljoachim: https://github.com/WordPress/gutenberg/issues/21144
Attachments (1)
Change History (9)
#2
@
5 years ago
@ianbelanger The patch 49710.diff is working fine for me in version 5.4-RC4-47505
#3
@
5 years ago
- Keywords commit added; needs-testing removed
- Owner set to ianbelanger
- Status changed from new to reviewing
Thanks for testing @mukesh27, I'm going to get this committed
#5
@
5 years ago
- Keywords fixed-major added
- Milestone changed from 5.5 to 5.4.1
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening for backport
#6
@
5 years ago
- Keywords fixed-major removed
- Milestone changed from 5.4.1 to 5.5
- Status changed from reopened to reviewing
Going to revert this commit after thinking about the change to current button blocks. Thanks to @joyously for bringing it to my attention. (Slack conversation)
@kjellr suggested adding an optional button block style for buttons that are not All Caps. This is probably a better option.
Note: See
TracTickets for help on using
tickets.
Removes
text-transform: uppercase;
from button blocks