Make WordPress Core

Changeset 55999


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

Twenty Sixteen: 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/twentysixteen/css
Files:
2 edited

Legend:

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

    r55227 r55999  
    253253}
    254254
     255.wp-block-buttons[style*="text-transform"] .wp-block-button__link,
     256.wp-block-button[style*="text-transform"] .wp-block-button__link {
     257        text-transform: inherit;
     258}
     259
    255260.wp-block-button__link {
    256261        background: #1a1a1a;
  • trunk/src/wp-content/themes/twentysixteen/css/editor-blocks.css

    r55966 r55999  
    561561}
    562562
     563.wp-block-buttons[style*="text-transform"] .wp-block-button__link,
     564.wp-block-button[style*="text-transform"] .wp-block-button__link {
     565        text-transform: inherit;
     566}
     567
    563568.wp-block-button__link {
    564569        background: #1a1a1a;
Note: See TracChangeset for help on using the changeset viewer.