Opened 18 months ago
Last modified 6 months ago
#56104 new enhancement
Twenty Twenty: Button Text is coming in uppercase only
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.3 |
Component: | Bundled Theme | Keywords: | close |
Focuses: | css | Cc: |
Description
Hello Team,
In Twenty Twenty theme, when we add Button block in editor side, Text is always coming in Uppercase at both side (Frontend and Backend).
For more information, please find video below:
Video URL: https://share.cleanshot.com/7bXIxswEi3ta4LoMumcN
Thank you.
Attachments (1)
Change History (8)
#2
@
18 months ago
Hello @varshil151189,
Thanks for reporting this! In this buton text if you check there is one css text-transform:uppercase;
. If it is not intentionally, we should replace that with text-transfrom: none
then the issue is resolved.
#3
@
18 months ago
- Focuses ui removed
- Keywords needs-patch added; has-patch needs-testing removed
- Type changed from defect (bug) to enhancement
- Version changed from 6.0 to 5.3
Adding the all-caps styling was intentional in an early commit.
#49710 was going to reverse that decision, but uppercase was restored so people would not have it changed automatically. We could use this ticket to follow up on @kjellr's suggestion to create an optional button block style.
added patch for adding text-transform:none of button text