Skip to content
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

141 button case select not working #146

Merged
merged 2 commits into from
Jul 24, 2024

Conversation

krugazul
Copy link
Contributor

Description

The Buttons are not applying the text transform.

Solution

Allow the button link to inherit the text transform from the parent element. This was added to the button.css style.

:root :where(.wp-block-button .wp-block-button__link) {
    text-transform: inherit;
}

@krugazul krugazul added this to the 1.4 milestone Jul 24, 2024
@krugazul krugazul self-assigned this Jul 24, 2024
@krugazul krugazul merged commit c6ae23d into update-1.4 Jul 24, 2024
1 of 2 checks passed
@krugazul krugazul deleted the 141-button-case-select-not-working branch July 24, 2024 08:41
@krugazul krugazul linked an issue Jul 24, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Button - Case select not working
1 participant