Make WordPress Core

Changeset 55997


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

Twenty Fourteen: 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/twentyfourteen/css
Files:
2 edited

Legend:

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

    r55932 r55997  
    243243}
    244244
     245.wp-block-buttons[style*="text-transform"] .wp-block-button__link,
     246.wp-block-button[style*="text-transform"] .wp-block-button__link {
     247        text-transform: inherit;
     248}
     249
    245250.wp-block-button__link {
    246251        background-color: #24890d;
  • trunk/src/wp-content/themes/twentyfourteen/css/editor-blocks.css

    r55932 r55997  
    425425}
    426426
     427.wp-block-buttons[style*="text-transform"] .wp-block-button__link,
     428.wp-block-button[style*="text-transform"] .wp-block-button__link {
     429        text-transform: inherit;
     430}
     431
    427432.wp-block-button__link {
    428433        background-color: #24890d;
Note: See TracChangeset for help on using the changeset viewer.