Make WordPress Core

Changeset 56000


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

Twenty Twenty: 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/twentytwenty
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css

    r55967 r56000  
    947947}
    948948
     949.wp-block-buttons[style*="text-transform"] .wp-block-button__link,
     950.wp-block-button[style*="text-transform"] .wp-block-button__link {
     951        text-transform: inherit;
     952}
     953
    949954.editor-styles-wrapper .wp-block-button .wp-block-button__link.mce-content-body {
    950955        line-height: 1.1;
  • trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css

    r55967 r56000  
    951951}
    952952
     953.wp-block-buttons[style*="text-transform"] .wp-block-button__link,
     954.wp-block-button[style*="text-transform"] .wp-block-button__link {
     955        text-transform: inherit;
     956}
     957
    953958.editor-styles-wrapper .wp-block-button .wp-block-button__link.mce-content-body {
    954959        line-height: 1.1;
  • trunk/src/wp-content/themes/twentytwenty/style-rtl.css

    r55476 r56000  
    30243024}
    30253025
     3026.wp-block-buttons[style*="text-transform"] .wp-block-button__link,
     3027.wp-block-button[style*="text-transform"] .wp-block-button__link {
     3028        text-transform: inherit;
     3029}
     3030
    30263031/* Block: Columns ---------------------------- */
    30273032
  • trunk/src/wp-content/themes/twentytwenty/style.css

    r55476 r56000  
    30443044}
    30453045
     3046.wp-block-buttons[style*="text-transform"] .wp-block-button__link,
     3047.wp-block-button[style*="text-transform"] .wp-block-button__link {
     3048        text-transform: inherit;
     3049}
     3050
    30463051/* Block: Columns ---------------------------- */
    30473052
Note: See TracChangeset for help on using the changeset viewer.