Make WordPress Core

Ticket #55975: 55975.3.patch

File 55975.3.patch, 2.7 KB (added by shailu25, 16 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 3b94567345..2d9099e0ca 100644
    a b hr.wp-block-separator.is-style-dots::before { 
    872872        transform: translateY(-50%);
    873873}
    874874
     875.editor-styles-wrapper .wp-block-pullquote[style*="letter-spacing"] p {
     876        letter-spacing: inherit;
     877}
     878
    875879.editor-styles-wrapper .wp-block-pullquote__citation,
    876880.editor-styles-wrapper .wp-block-pullquote cite,
    877881.editor-styles-wrapper .wp-block-pullquote footer {
  • 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 2957482e04..38b7521ad8 100644
    a b hr.wp-block-separator.is-style-dots::before { 
    876876        transform: translateY(-50%);
    877877}
    878878
     879.editor-styles-wrapper .wp-block-pullquote[style*="letter-spacing"] p {
     880        letter-spacing: inherit;
     881}
     882
    879883.editor-styles-wrapper .wp-block-pullquote__citation,
    880884.editor-styles-wrapper .wp-block-pullquote cite,
    881885.editor-styles-wrapper .wp-block-pullquote footer {
  • 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 e346329449..94fd75ba70 100644
    a b figure.wp-block-gallery.alignfull { 
    32953295        margin-left: 0;
    32963296}
    32973297
     3298.wp-block-pullquote[class*="-font-size"] p,
     3299.wp-block-pullquote[style*="font-size"] p {
     3300        font-size: inherit;
     3301}
     3302
     3303.wp-block-pullquote[style*="font-weight"] p {
     3304        font-weight: inherit;
     3305}
     3306
     3307.wp-block-pullquote[style*="letter-spacing"] p {
     3308        letter-spacing: inherit;
     3309}
     3310
    32983311/* STYLE: SOLID BACKGROUND COLOR */
    32993312
    33003313.wp-block-pullquote.is-style-solid-color {
  • 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 305dc375e1..0afea3ab6a 100644
    a b figure.wp-block-gallery.alignfull { 
    33153315        margin-right: 0;
    33163316}
    33173317
     3318.wp-block-pullquote[class*="-font-size"] p,
     3319.wp-block-pullquote[style*="font-size"] p {
     3320        font-size: inherit;
     3321}
     3322
     3323.wp-block-pullquote[style*="font-weight"] p {
     3324        font-weight: inherit;
     3325}
     3326
     3327.wp-block-pullquote[style*="letter-spacing"] p {
     3328        letter-spacing: inherit;
     3329}
     3330
    33183331/* STYLE: SOLID BACKGROUND COLOR */
    33193332
    33203333.wp-block-pullquote.is-style-solid-color {