Make WordPress Core

Ticket #60780: 60780.2.patch

File 60780.2.patch, 2.6 KB (added by shailu25, 6 months ago)

Updated Patch

  • src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css

    diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
    index 3df45493e9..80c09d8894 100644
    a b hr.wp-block-separator.is-style-dots::before { 
    947947        text-decoration: underline;
    948948}
    949949
     950.editor-styles-wrapper .wp-block-buttons[style*="letter-spacing"] .wp-block-button__link,
     951.editor-styles-wrapper .wp-block-button[style*="letter-spacing"] .wp-block-button__link {
     952        letter-spacing: inherit;
     953}
     954
    950955/* BUTTON STYLE: OUTLINE */
    951956
    952957.editor-styles-wrapper .is-style-outline .wp-block-button__link,
  • src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css

    diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
    index 41efe125bd..18f97b0153 100644
    a b hr.wp-block-separator.is-style-dots::before { 
    951951        text-decoration: underline;
    952952}
    953953
     954.editor-styles-wrapper .wp-block-buttons[style*="letter-spacing"] .wp-block-button__link,
     955.editor-styles-wrapper .wp-block-button[style*="letter-spacing"] .wp-block-button__link {
     956        letter-spacing: inherit;
     957}
     958
    954959/* BUTTON STYLE: OUTLINE */
    955960
    956961.editor-styles-wrapper .is-style-outline .wp-block-button__link,
  • src/wp-content/themes/twentytwenty/style-rtl.css

    diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
    index 3e2da9905c..623534da1c 100644
    a b ol.wp-block-latest-comments { 
    30333033        text-transform: inherit;
    30343034}
    30353035
     3036.wp-block-buttons[style*="letter-spacing"] .wp-block-button__link,
     3037.wp-block-button[style*="letter-spacing"] .wp-block-button__link {
     3038        letter-spacing: inherit;
     3039}
     3040
     3041
    30363042/* Block: Columns ---------------------------- */
    30373043
    30383044.wp-block-columns.alignfull,
  • src/wp-content/themes/twentytwenty/style.css

    diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
    index 2fb031b375..79490298a3 100644
    a b ol.wp-block-latest-comments { 
    30533053        text-transform: inherit;
    30543054}
    30553055
     3056.wp-block-buttons[style*="letter-spacing"] .wp-block-button__link,
     3057.wp-block-button[style*="letter-spacing"] .wp-block-button__link {
     3058        letter-spacing: inherit;
     3059}
     3060
     3061
    30563062/* Block: Columns ---------------------------- */
    30573063
    30583064.wp-block-columns.alignfull,