Make WordPress Core

Changeset 55998


Ignore:
Timestamp:
06/23/2023 02:40:31 PM (3 years ago)
Author:
audrasjb
Message:

Twenty Fifteen: Fix Letter Case implementation.

This changeset fixes Letter Case control implementation on the Button block, on both front-end and in the Editor.

Props thakordarshil, pateljaymin, sabernhardt, panchalhimani711, mukesh27.
See #58526.

Location:
trunk/src/wp-content/themes/twentyfifteen/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/css/blocks.css

    r55114 r55998  
    396396}
    397397
     398.wp-block-buttons[style*="text-transform"] .wp-block-button__link,
     399.wp-block-button[style*="text-transform"] .wp-block-button__link {
     400        text-transform: inherit;
     401}
     402
    398403.is-style-outline .wp-block-button__link {
    399404        border: 2px solid;
  • trunk/src/wp-content/themes/twentyfifteen/css/editor-blocks.css

    r55114 r55998  
    760760}
    761761
     762.wp-block-buttons[style*="text-transform"] .wp-block-button__link,
     763.wp-block-button[style*="text-transform"] .wp-block-button__link {
     764        text-transform: inherit;
     765}
     766
    762767.is-style-outline .wp-block-button__link {
    763768        color: #333;
Note: See TracChangeset for help on using the changeset viewer.