Make WordPress Core

Ticket #55990: 55990.3.patch

File 55990.3.patch, 2.9 KB (added by devtanbir, 2 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..c790598ab7 100644
    a b hr.wp-block-separator.is-style-dots::before { 
    652652.editor-styles-wrapper .wp-block-quote__citation,
    653653.editor-styles-wrapper .wp-block-quote cite,
    654654.editor-styles-wrapper .wp-block-quote footer {
    655         color: #6d6d6d;
     655        color: currentColor;
    656656        font-size: 14px;
    657657        font-weight: 600;
    658658        line-height: 1.25;
    hr.wp-block-separator.is-style-dots::before { 
    852852.editor-styles-wrapper .wp-block-pullquote__citation,
    853853.editor-styles-wrapper .wp-block-pullquote cite,
    854854.editor-styles-wrapper .wp-block-pullquote footer {
    855         color: #6d6d6d;
     855        color: currentColor;
    856856        font-size: 16px;
    857857        font-weight: 500;
    858858        margin-top: 12px;
  • 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..dfac1634e8 100644
    a b hr.wp-block-separator.is-style-dots::before { 
    652652.editor-styles-wrapper .wp-block-quote__citation,
    653653.editor-styles-wrapper .wp-block-quote cite,
    654654.editor-styles-wrapper .wp-block-quote footer {
    655         color: #6d6d6d;
     655        color: currentColor;
    656656        font-size: 14px;
    657657        font-weight: 600;
    658658        line-height: 1.25;
    hr.wp-block-separator.is-style-dots::before { 
    852852.editor-styles-wrapper .wp-block-pullquote__citation,
    853853.editor-styles-wrapper .wp-block-pullquote cite,
    854854.editor-styles-wrapper .wp-block-pullquote footer {
    855         color: #6d6d6d;
     855        color: currentColor;
    856856        font-size: 16px;
    857857        font-weight: 500;
    858858        margin-top: 12px;
  • 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..d491a12e3c 100644
    a b figure.wp-block-gallery.alignfull { 
    32393239        font-weight: 500;
    32403240        margin-top: 1.2rem;
    32413241}
     3242.wp-block-pullquote blockquote cite {
     3243        color: currentColor;
     3244}
    32423245
    32433246.wp-block-pullquote.alignleft p,
    32443247.wp-block-pullquote.alignright p {
  • 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..f7fbca9f4d 100644
    a b figure.wp-block-gallery.alignfull { 
    32573257        font-weight: 500;
    32583258        margin-top: 1.2rem;
    32593259}
     3260.wp-block-pullquote blockquote cite {
     3261        color: currentColor;
     3262}
    32603263
    32613264.wp-block-pullquote.alignleft p,
    32623265.wp-block-pullquote.alignright p {