Make WordPress Core

Ticket #56011: 56011.diff

File 56011.diff, 2.3 KB (added by devtanbir, 3 years ago)
  • 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 c3261fd203..eb54f151f1 100644
    a b hr.wp-block-separator.is-style-dots::before { 
    634634        padding: 5px 20px 5px 0;
    635635}
    636636
     637.wp-block-quote.is-style-plain {
     638        border: none;
     639}
     640
    637641.editor-styles-wrapper .wp-block-quote.has-text-align-center,
    638642.editor-styles-wrapper .wp-block-quote[style*="text-align:center"],
    639643.editor-styles-wrapper .wp-block-quote[style*="text-align: center"] {
  • 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 11a3a33f50..2e741a69e8 100644
    a b hr.wp-block-separator.is-style-dots::before { 
    634634        padding: 5px 0 5px 20px;
    635635}
    636636
     637.wp-block-quote.is-style-plain {
     638        border: none;
     639}
     640
    637641.editor-styles-wrapper .wp-block-quote.has-text-align-center,
    638642.editor-styles-wrapper .wp-block-quote[style*="text-align:center"],
    639643.editor-styles-wrapper .wp-block-quote[style*="text-align: center"] {
  • 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 77ec6bcb0b..7dd80cb17e 100644
    a b figure.wp-block-gallery.alignfull { 
    32193219        margin: 0;
    32203220        padding: 0;
    32213221}
     3222.wp-block-quote.is-style-plain {
     3223        border: none;
     3224}
    32223225
    32233226.wp-block-pullquote blockquote p {
    32243227        font-family: inherit;
  • 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 231104da6c..d4eeae6ba1 100644
    a b figure.wp-block-gallery.alignfull { 
    32373237        margin: 0;
    32383238        padding: 0;
    32393239}
     3240.wp-block-quote.is-style-plain {
     3241        border: none;
     3242}
    32403243
    32413244.wp-block-pullquote blockquote p {
    32423245        font-family: inherit;