-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove text-transform: uppercase
from buttons
#1245
Comments
Sentence case is what Bootstrap uses by default: Even if options are added, and a new class created, perhaps there should be consideration about changing the default off of all caps. More reading: |
Bringing over some relevant notes from the conversations on this thread: https://uarizona.slack.com/archives/C0SAW6H4J/p1719869500798899
I will update the ticket description based on this information. |
text-transform: uppercase
from buttons
Backporting to the 2.x branch sounds like a good idea, too. |
Motivation
All the button text styles are uppercase. It would be useful to add alternatives for each button style that removed the uppercase text-transformation.
Proposed Resolution
Add alternatives for each button style that does not include the uppercase text-transformation.Updated approach: Update the default appearance of buttons to not include
text-transform: uppercase
, and include the change as part of the next minor release of AZ Bootstrap. We should also backport to 2.x.The text was updated successfully, but these errors were encountered: